Back to Devexpress

DataGridView.GroupRowStyle Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-7adef6b8.md

latest1.5 KB
Original Source

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

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

Property Value

TypeDescription
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:

See Also

DataGridView Class

DataGridView Members

DevExpress.XamarinForms.DataGrid Namespace