Back to Devexpress

GridColumn.GroupCaptionDisplayFormat Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-1d7ea9d9.md

latest1.2 KB
Original Source

GridColumn.GroupCaptionDisplayFormat Property

Gets or sets the pattern used to construct group row captions. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public string GroupCaptionDisplayFormat { get; set; }

Property Value

TypeDescription
String

The text pattern for group rows.

|

Remarks

You can build the GroupCaptionDisplayFormat pattern from custom strings and the following placeholders:

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace