다음을 통해 공유


DataGridViewColumnDesignTimeVisibleAttribute.Visible 속성

정의

DataGridView 디자이너에 열 형식이 표시되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

DataGridView 디자이너에 열 형식이 표시되면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보