[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.-ctor

GridRow Constructor

GridRow()

Initializes a new instance of the GridRow class.

Declaration
public GridRow()
Public Sub New()

GridRow(object)

Initializes a new instance of the GridRow class.

Declaration
public GridRow(object dataItem)
Public Sub New(dataItem As Object)
Parameters
Type Name Description
object dataItem

The data item.

GridRow(IDataCollection<object>, int)

Initializes a new instance of the GridRow class.

Declaration
public GridRow(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.