ComponentOne FlexGrid for WinForms
UserData Property (CellStyle)

C1.Win.C1FlexGrid Namespace > CellStyle Class : UserData Property
Gets or sets arbitrary user data associated with this style.
Syntax
'Declaration
 
Public Property UserData As Object
public object UserData {get; set;}
Remarks
This data is not used by the control, and can be used to store any data that is useful to the application.
See Also

Reference

CellStyle Class
CellStyle Members