행의 정렬방식을 가져옵니다.

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

Syntax

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

Return Value

행의 정렬방식을 나타내는 SortType입니다.

See Also