DataGridViewColumnDesignTimeVisibleAttribute.Visible 属性

定义

获取一个值,该值指示列类型在 DataGridView 设计器中是否可见。

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

属性值

如果列类型在 DataGridView 设计器中可见,则为 true;否则为 false

适用于

另请参阅