Skip to main content
All docs
V19.1

GridColumn.GroupValueDisplayFormat Property

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public string GroupValueDisplayFormat { get; set; }

Property Value

Type Description
String

The text pattern for group rows.

Remarks

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

See Also