DataGridViewColumnDesignTimeVisibleAttribute.Visible 屬性

定義

取得值,指出 DataGridView 設計工具中是否可以看見資料行型別。

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

屬性值

true 表示在 DataGridView 設計工具中可以看見資料行型別,否則為 false

適用於

另請參閱