[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.-ctor

GridRow Constructor

GridRow()

Initializes a new instance of the GridRow class.

Declaration
[ActivatorUtilitiesConstructor]
public GridRow()

GridRow(object)

Initializes a new instance of the GridRow class.

Declaration
public GridRow(object dataItem)
Parameters
Type Name Description
object dataItem

The data item.

GridRow(IDataCollection<object>, int)

Initializes a new instance of the GridRow class.

Declaration
public GridRow(IDataCollection<object> collection, int dataIndex)
Parameters
Type Name Description
IDataCollection<object> collection

The collection containing the item.

int dataIndex

Index of the data inside the collection.