windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-c6b5e031.md
Provides access to the formatting settings for the column’s values which are displayed within group rows.
Namespace : DevExpress.XtraGrid.Columns
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DXCategory("Format")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FormatInfo GroupFormat { get; }
<DXCategory("Format")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property GroupFormat As FormatInfo
| Type | Description |
|---|---|
| FormatInfo |
A FormatInfo object containing the formatting settings for the column’s values that are displayed within group rows.
|
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