ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeView Class / LoadActionUrl Property

In This Topic
    LoadActionUrl Property (TreeView)
    In This Topic
    Gets or sets the url to get the items in TreeView.
    Syntax
    'Declaration
     
    Public Property LoadActionUrl As String
    public string LoadActionUrl {get; set;}
    See Also