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

In This Topic
    Url Property
    In This Topic
    Sets or gets the navigate url link of the node
    Syntax
    'Declaration
     
    Public Property Url As System.String
    public System.string Url {get; set;}
    See Also