DataGridViewButtonCell.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

属性值

基础编辑控件的 Type

注解

此重写属性始终返回, null 因为没有关联的 Windows 托管控件;呈现类似按钮的用户界面。

适用于

另请参阅