IDataGridViewEditingControl::EditingControlDataGridView Property
.NET Framework (current version)
Gets or sets the DataGridView that contains the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
property DataGridView^ EditingControlDataGridView { DataGridView^ get(); void set(DataGridView^ value); }
Property Value
Type: System.Windows.Forms::DataGridView^The DataGridView that contains the DataGridViewCell that is being edited; null if there is no associated DataGridView.
.NET Framework
Available since 2.0
Available since 2.0
Show: