Back to Devexpress

GridColumn.GroupFormat Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-c6b5e031.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Format")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FormatInfo GroupFormat { get; }
vb
<DXCategory("Format")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property GroupFormat As FormatInfo

Property Value

TypeDescription
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

CustomDrawGroupRow

GroupFormat

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace