Back to Devexpress

GridColumn.GroupCaptionDisplayFormat Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-gridcolumn-6bc4d8a9.md

latest1.4 KB
Original Source

GridColumn.GroupCaptionDisplayFormat Property

Gets or sets the pattern used to construct group row captions.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
[XtraSerializableProperty]
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.XamarinForms.DataGrid Namespace