[]
Initializes a new instance of the GridSummaryRow class.
public GridSummaryRow()
Initializes a new instance of the GridSummaryRow class.
public GridSummaryRow(object dataItem = null)
| Type | Name | Description |
|---|---|---|
| object | dataItem | The data item. |
Initializes a new instance of the GridSummaryRow class.
public GridSummaryRow(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. |