ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyle Class / UserData Property

In This Topic
    UserData Property (CellStyle)
    In This Topic
    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