[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridSummaryRow.-ctor

GridSummaryRow Constructor

GridSummaryRow()

Initializes a new instance of the GridSummaryRow class.

Declaration
public GridSummaryRow()
Public Sub New()

GridSummaryRow(object)

Initializes a new instance of the GridSummaryRow class.

Declaration
public GridSummaryRow(object dataItem = null)
Public Sub New(Optional dataItem As Object = Nothing)
Parameters
Type Name Description
object dataItem

The data item.

GridSummaryRow(IDataCollection<object>, int)

Initializes a new instance of the GridSummaryRow class.

Declaration
public GridSummaryRow(IDataCollection<object> collection, int dataIndex)
Public Sub New(collection As IDataCollection(Of Object), dataIndex As Integer)
Parameters
Type Name Description
IDataCollection<object> collection

The collection containing the item.

int dataIndex

Index of the data inside the collection.