정렬 방식을 지정합니다.

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

Syntax

C#
public enum SortType
Visual Basic
Public Enumeration SortType
Visual C++
public enum class SortType

Members

Member nameValueDescription
Down2 내림차순으로 정렬을 합니다.
Up1 오름차순으로 정렬을 합니다.
None0 정렬을 하지 않습니다.

See Also