FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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
    public virtual object UserData {get; set;}
    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