GroupRowStyle Class
Stores the group row appearance settings.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
public class GroupRowStyle :
RowStyleBase
#Related API Members
The following members return GroupRowStyle objects:
#Remarks
You can specify a style and apply it to a grid’s group rows in one of the following ways:
Assign a GroupRowStyle object with the specified properties to the DataGridView.GroupRowStyle property.
Create a Style class instance with the specified collection of Setter objects, and set the Style.TargetType property to GroupRowStyle.