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
[XtraSerializableProperty]
public string GroupCaptionDisplayFormat { get; set; }
Property Value
Type | Description |
---|---|
String | The text pattern for group rows. |
Remarks
You can build the GroupCaptionDisplayFormat pattern from custom strings and the following placeholders:
- {0} - the group column caption (GridColumn.Caption)
- {1} - the group column display text (cell value formatted according to GridColumn.DisplayFormat)
See Also