Skip to main content

DataGridView.GroupRowStyle Property

Gets or sets the group row appearance settings.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true, false, false, 0, XtraSerializationFlags.None)]
public GroupRowStyle GroupRowStyle { get; set; }

Property Value

Type Description
GroupRowStyle

An object that stores the grid’s group row appearance settings.

Remarks

Assign a GroupRowStyle object to the GroupRowStyle property to customize the grid’s group row appearance. The GroupRowStyle object’s properties allow you to adjust the following settings:

Cell Style Elements

See Also