DataGridViewComboBoxCell::EditType Property

 

Gets the type of the cell's hosted editing control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Type^ EditType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The Type of the underlying editing control. This property always returns DataGridViewComboBoxEditingControl.

The DataGridViewComboBoxEditingControl class is derived from the ComboBox class.

.NET Framework
Available since 2.0
Return to top
Show: