[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.GroupIntervalEnum

GroupIntervalEnum Enum

Specifies how rows are grouped.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public enum GroupIntervalEnum

Fields

Name Description
Alphabetical

Rows are grouped by the first character of their values.

Custom

Rows are grouped by raising the 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.