Specifies how rows are grouped.
[Visual Basic]
Public Enum GroupIntervalEnum
[C#]
public enum GroupIntervalEnum
[Delphi]
type GroupIntervalEnum = (Alphabetical, Custom, Date, DateSpan, Default, Month, Year);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
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. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |