[]
Initializes a new instance of the GridSummaryRow class.
public GridSummaryRow()
Public Sub New()
Initializes a new instance of the GridSummaryRow class.
public GridSummaryRow(object dataItem = null)
Public Sub New(Optional dataItem As Object = Nothing)
| Type | Name | Description |
|---|---|---|
| object | dataItem | The data item. |
Initializes a new instance of the GridSummaryRow class.
public GridSummaryRow(IDataCollection<object> collection, int dataIndex)
Public Sub New(collection As IDataCollection(Of Object), dataIndex As Integer)
| Type | Name | Description |
|---|---|---|
| IDataCollection<object> | collection | The collection containing the item. |
| int | dataIndex | Index of the data inside the collection. |