Back to Devexpress

GroupRowData Class

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-e2e1fe2f.md

latest1.5 KB
Original Source

GroupRowData Class

Contains information about a group row.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
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

INotifyPropertyChanged

Inheritance

Object DevExpress.XamarinForms.DataGrid.Internal.NotificationObject GroupRowData

See Also

GroupRowData Members

DevExpress.XamarinForms.DataGrid Namespace