Skip to main content
A newer version of this page is available. .

DataGridView.GroupRowStyle Property

Gets or sets the group row appearance settings.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

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