FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class / Data Property

In This Topic
    Data Property (Node)
    In This Topic
    Gets or sets the data on this node row at the column that contains the outline tree.
    Syntax
    'Declaration
     
    
    Public Property Data As Object
    public object Data {get; set;}
    See Also