ComponentOne TreeView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / DataBindings Property

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