CreateBoundRow Method (C1FlexGrid)
In This Topic
Creates a row bound to a given data item.
Syntax
'Declaration
Protected Overridable Function CreateBoundRow( _
ByVal As Object _
) As Row
protected virtual Row CreateBoundRow(
object
)
Parameters
- dataItem
- Item that the row represents.
Return Value
A row bound to the given data item.
See Also