True DBGrid for WinForms
GroupIntervalEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : GroupIntervalEnum 列挙体
Specifies how rows are grouped.
シンタックス
'宣言
 
Public Enum GroupIntervalEnum 
   Inherits System.Enum
public enum GroupIntervalEnum : System.Enum 
メンバ
メンバ解説
AlphabeticalRows are grouped by the first character of their values.
CustomRows are grouped by raising the C1TrueDBGrid.GroupInterval event.
DateRows are grouped by the date portion of their values.
DateSpanRows are grouped according to their date values.
DefaultRows are grouped by their values.
MonthRows are grouped by the month portion of their values.
YearRows are grouped by the year portion of their values.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.GroupIntervalEnum

参照

C1.Win.C1TrueDBGrid 名前空間