[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridBoundRow.-ctor

GridBoundRow Constructor

GridBoundRow(IDataCollection<object>, int)

Initializes a new instance of the GridBoundRow class.

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

GridBoundRow(object)

Initializes a new instance of the GridBoundRow class.

Declaration
[Obsolete("Use GridRow instead.")]
public GridBoundRow(object dataItem)
Parameters
Type Name Description
object dataItem

The data item.