DataGridViewLinkCell.EditType 属性

定义

获取单元格的寄宿编辑控件的类型。

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

属性值

总是为 null

注解

如此类中实现的那样,此属性始终返回 nullDataGridViewLinkCell 因为无法编辑 。

适用于

另请参阅