DataGridViewImageCell.EditType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of the cell's hosted editing control.
public:
virtual property Type ^ EditType { Type ^ get(); };
public override Type EditType { get; }
member this.EditType : Type
Public Overrides ReadOnly Property EditType As Type
Property Value
The Type of the underlying editing control. As implemented in this class, this property is always null.
Remarks
The EditType property is always null because there is no associated Windows Forms control for editing an image.