DataGridViewButtonCell::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 there is no associated Windows hosted control; the button-like user interface is rendered.

.NET Framework
Available since 2.0
Return to top
Show: