ComponentOne True DBGrid for WinForms
Column Grouping with the GroupIntervalEnum Enumeration
Data Presentation Techniques > Column Grouping > Column Grouping with the GroupIntervalEnum Enumeration

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