DataGridViewTextBoxEditingControl::EditingControlDataGridView Property
.NET Framework (current version)
Gets or sets the DataGridView that contains the text box control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataGridView^ EditingControlDataGridView { virtual DataGridView^ get(); virtual void set(DataGridView^ value); }
Property Value
Type: System.Windows.Forms::DataGridView^A DataGridView that contains the DataGridViewTextBoxCell that contains this control; otherwise, null if there is no associated DataGridView.
This property is automatically set when a DataGridViewTextBoxColumn or DataGridViewTextBoxCell is created within a DataGridView or added to a DataGridView.
.NET Framework
Available since 2.0
Available since 2.0
Show: