GroupRowData Class
Contains information about a group row.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public class GroupRowData :
NotificationObject
Remarks
A GroupRowData object contains information about a group row and serves as a binding context for the DataGridView.GroupRowTemplate, DataGridView.GroupSummaryTemplate, DataGridView.GroupCaptionTemplate and GridColumn.GroupCaptionTemplate templates.
Implements
Inheritance
Object
DevExpress.XamarinForms.DataGrid.Internal.NotificationObject
GroupRowData
See Also