WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridBoundRow Class / GridBoundRow Constructor / GridBoundRow Constructor(Object)
The data item.
In This Topic
    GridBoundRow Constructor(Object)
    In This Topic
    Initializes a new instance of the GridBoundRow class.
    Syntax
    public GridBoundRow( 
       object dataItem
    )

    Parameters

    dataItem
    The data item.
    See Also