'Declaration Public Enum GroupIntervalEnum Inherits System.Enum
public enum GroupIntervalEnum : System.Enum
'Declaration Public Enum GroupIntervalEnum Inherits System.Enum
public enum GroupIntervalEnum : System.Enum
Member | Description |
---|---|
Alphabetical | Rows are grouped by the first character of their values. |
Custom | Rows are grouped by raising the C1TrueDBGrid.GroupInterval event. |
Date | Rows are grouped by the date portion of their values. |
DateSpan | Rows are grouped according to their date values. |
Default | Rows are grouped by their values. |
Month | Rows are grouped by the month portion of their values. |
Year | Rows are grouped by the year portion of their values. |
System.Object
System.ValueType
System.Enum
C1.Win.C1TrueDBGrid.GroupIntervalEnum