DataGridViewLinkCell.EditType Property

Definition

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

public:
 virtual property Type ^ EditType { Type ^ get(); };
public override Type EditType { get; }
public override Type? EditType { get; }
member this.EditType : Type
Public Overrides ReadOnly Property EditType As Type

Property Value

Always null.

Remarks

As implemented in this class, this property always returns null because a DataGridViewLinkCell cannot be edited.

Applies to

See also