GridColumn.GroupInterval Property
In This Article
Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
[DefaultValue(ColumnGroupInterval.Default)]
[GridUIProperty]
[XtraSerializableProperty]
public ColumnGroupInterval GroupInterval { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Column |
Default |
A Column |
#Remarks
The Interval Grouping feature allows you to change the default logic, especially for columns that contain date/time values. For example, data rows can be arranged by the month or year part of a date/time value, while text columns can be grouped by the first characters. To specify the required grouping mode, use the column's GroupInterval property.
See Also