DataGridViewColumnDesignTimeVisibleAttribute.Visible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 DataGridView 設計工具中是否可以看見資料行型別。
public:
property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean
屬性值
true
表示在 DataGridView 設計工具中可以看見資料行型別,否則為 false
。