ComponentOne True DBGrid for WinForms
Data Presentation Techniques / Column Grouping / Column Grouping with the GroupIntervalEnum Enumeration
In This Topic
    Column Grouping with the GroupIntervalEnum Enumeration
    In This Topic

    The GroupIntervalEnum enumeration allows you to group data rows according to date, month, year, alphabet, date values (Outlook-style grouping), or you can customize how you would like to sort your data. The following topics explain how to group using a few of these settings.

    Note: The default setting is GroupIntervalEnum.Default, which groups rows by their values.
    See Also