DataGridViewElement::DataGridView Property
.NET Framework (current version)
Gets the DataGridView control associated with this element.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property DataGridView^ DataGridView { DataGridView^ get(); }
Property Value
Type: System.Windows.Forms::DataGridView^A DataGridView control that contains this element. The default is null.
.NET Framework
Available since 2.0
Available since 2.0
Show: