IDataGridViewEditingControl::EditingControlDataGridView Property

 

Gets or sets the DataGridView that contains the cell.

Namespace:   System.Windows.Forms
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
Return to top
Show: