[]
Initializes a new instance of the GridBoundRow class.
public GridBoundRow(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. |
Initializes a new instance of the GridBoundRow class.
[Obsolete("Use GridRow instead.")]
public GridBoundRow(object dataItem)
Type | Name | Description |
---|---|---|
object | dataItem | The data item. |