AutoComplete for ASP.NET Web Forms
SortEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : SortEnum 列挙体
Specifies how groups should be sorted.
シンタックス
'宣言
 
Public Enum SortEnum 
   Inherits System.Enum
public enum SortEnum : System.Enum 
メンバ
メンバ解説
AscendingSort records in ascending order.
DescendingSort records in descending order.
NoSortDo not sort records for this group.
解説
Use the members of this enumeration to set the value of the Group.Sort property in the Group class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.SortEnum

参照

C1.C1Report 名前空間