[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSummaryRow.-ctor

GridSummaryRow Constructor

GridSummaryRow()

Initializes a new instance of the GridSummaryRow class.

Declaration
public GridSummaryRow()

GridSummaryRow(object)

Initializes a new instance of the GridSummaryRow class.

Declaration
public GridSummaryRow(object dataItem = null)
Parameters
Type Name Description
object dataItem

The data item.

GridSummaryRow(IDataCollection<object>, int)

Initializes a new instance of the GridSummaryRow class.

Declaration
public GridSummaryRow(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.