셀이 화면에 표시되고 있는지의 여부를 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public bool IsDisplayed { get; }
Visual Basic
Public ReadOnly Property IsDisplayed As Boolean
	Get
Visual C++
public:
property bool IsDisplayed {
	bool get ();
}

Return Value

셀이 화면에 표시되고 있다면 true를, 그렇지 않다면 false를 반환합니다.

Remarks

행 또는 열의 갯수가 많아 한 화면에 모두 표시하지 못할때 현재 화면에 표시되고 있는지를 확인할때 사용하는 속성입니다.

See Also