Blazor コントロール
SortDirection 列挙体

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : SortDirection 列挙体
Direction of the sort operation.
シンタックス
'宣言
 
Public Enum SortDirection 
   Inherits System.Enum
public enum SortDirection : System.Enum 
メンバ
メンバ解説
AscendingThe sort will be performed in ascending mode.
DescendingThe sort will be performed in descending mode.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.SortDirection

参照

C1.DataCollection 名前空間