SortDirection 枚举

定义

指定对项列表进行排序的方向。

public enum SortDirection
type SortDirection = 
Public Enum SortDirection
继承
SortDirection

字段

Ascending 0

从最小到最大排序 — 例如,从 1 到 10。

Descending 1

从最大到最小排序 — 例如,从 10 到 1。

适用于