Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
FormatInfo

A FormatInfo object containing the formatting settings for the column’s values that are displayed within group rows.

#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

See Also