ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / DataBindings Property

In This Topic
    DataBindings Property (C1TreeView)
    In This Topic
    Data bindings for items in the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataBindings As C1TreeViewNodeBindingCollection
    public C1TreeViewNodeBindingCollection DataBindings {get;}
    See Also