DataGridViewColumnCollection.DataGridView Property

Definition

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

Property Value

DataGridView.

Applies to

See also