정렬 가능 여부를 가져오거나 설정합니다.

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 CanBeSorted { get; set; }
Visual Basic
Public Property CanBeSorted As Boolean
	Get
	Set
Visual C++
public:
virtual property bool CanBeSorted {
	bool get () sealed;
	void set (bool value) sealed;
}

Return Value

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

Implements

IColumnDescriptor..::..CanBeSorted

See Also