Creates a row bound to a given data item.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
protected virtual Row CreateBoundRow( Object dataItem ) |
Visual Basic |
---|
Protected Overridable Function CreateBoundRow ( _ dataItem As Object _ ) As Row |
Parameters
- dataItem
- Type: System..::..Object
Item that the row represents.