C1.Win.FlexGrid Namespace / RowCol Class / UserData Property

In This Topic
UserData Property (RowCol)
In This Topic
Gets or sets user data associated with this row or column.
Syntax
'Declaration
 
Public Overridable Property UserData As Object
 
Remarks
The UserData value is not used internally by the grid. It is reserved for additional data that the application may associate with rows or columns.
See Also