GridColumn.GroupFormat Property
Provides access to the formatting settings for the column’s values which are displayed within group rows.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Format")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FormatInfo GroupFormat { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
#Remarks
Group rows by default display the values in the corresponding grouping columns. The position of a grouping column’s value in a group row’s display text is determined by the {1} substring in the GridView.GroupFormat string.
The GroupFormat property can be used to format the values of grouping column in group rows