[]
Initializes a new instance of the GridRow class.
[ActivatorUtilitiesConstructor]
public GridRow()
Initializes a new instance of the GridRow class.
public GridRow(object dataItem)
| Type | Name | Description |
|---|---|---|
| object | dataItem | The data item. |
Initializes a new instance of the GridRow class.
public GridRow(IDataCollection<object> collection, int dataIndex)
| Type | Name | Description |
|---|---|---|
| IDataCollection<object> | collection | The collection containing the item. |
| int | dataIndex | Index of the data inside the collection. |