DataGridViewImageCell::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. As implemented in this class, this property is always null.

The EditType property is always null because there is no associated Windows Forms control for editing an image.

.NET Framework
Available since 2.0
Return to top
Show: