DataGridViewCheckBoxCell::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 overridden property always returns null because check boxes only allow selection and deselection, not editing.

.NET Framework
Available since 2.0
Return to top
Show: