정렬 가능 여부를 가져옵니다.

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

Syntax

C#
bool CanBeSorted { get; }
Visual Basic
ReadOnly Property CanBeSorted As Boolean
	Get
Visual C++
property bool CanBeSorted {
	bool get ();
}

Return Value

정렬이 가능하다면 true를, 그렇지 않다면 false를 반환합니다.

See Also