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

GroupRowData Class

Contains information about a group row.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

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.GroupSummaries, DataGridView.GroupCaptionTemplate and GridColumn.GroupCaptionTemplate templates.

Inheritance

Object
DevExpress.XamarinForms.DataGrid.Internal.NotificationObject
GroupRowData
See Also