[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridGroupRow.-ctor

GridGroupRow Constructor

GridGroupRow()

Initializes a new instance of the GridGroupRow class.

Declaration
public GridGroupRow()

GridGroupRow(IDataCollectionGroup<object, object>, int)

Initializes a new instance of the GridGroupRow class.

Declaration
public GridGroupRow(IDataCollectionGroup<object, object> group, int index)
Parameters
Type Name Description
IDataCollectionGroup<object, object> group

The group item.

int index

The index of the group inside the collection of groups.