DataGridViewColumnCollection.DataGridView Свойство
Определение
Получает объект DataGridView, с которым коллекция выполняет операции, относящиеся к столбцам.Gets the DataGridView upon which the collection performs column-related operations.
protected:
property System::Windows::Forms::DataGridView ^ DataGridView { System::Windows::Forms::DataGridView ^ get(); };
protected System.Windows.Forms.DataGridView DataGridView { get; }
member this.DataGridView : System.Windows.Forms.DataGridView
Protected ReadOnly Property DataGridView As DataGridView