True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupIntervalEnum Enumeration

In This Topic
    GroupIntervalEnum Enumeration
    In This Topic
    Specifies how rows are grouped.
    Syntax
    'Declaration
     
    Public Enum GroupIntervalEnum 
       Inherits System.Enum
    public enum GroupIntervalEnum : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also