ComponentOne FlexGrid for UWP
BoundRow Constructor

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > BoundRow Class : BoundRow Constructor
Data item that this row represents.
Initializes a new instance of a BoundRow object.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataItem As System.Object _
)
public BoundRow( 
   System.object dataItem
)

Parameters

dataItem
Data item that this row represents.
See Also

Reference

BoundRow Class
BoundRow Members