A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FormatInfo GroupFormat { get; }
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property GroupFormat As FormatInfo
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
Feedback