C1.Silverlight.FlexGrid.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.