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






In This Topic
    LazyLoadActionUrl Property (TreeView)
    In This Topic
    Gets or sets the url to get the lazy nodes in TreeView.
    Syntax
    'Declaration
     
    
    Public Property LazyLoadActionUrl As System.String
    'Usage
     
    
    Dim instance As TreeView
    Dim value As System.String
     
    instance.LazyLoadActionUrl = value
     
    value = instance.LazyLoadActionUrl
    public System.string LazyLoadActionUrl {get; set;}
    public read-write property LazyLoadActionUrl: System.String; 
    public function get,set LazyLoadActionUrl : System.String
    public: __property System.string* get_LazyLoadActionUrl();
    public: __property void set_LazyLoadActionUrl( 
       System.string* value
    );
    public:
    property System.String^ LazyLoadActionUrl {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    If set to True, the children nodes are loaded when the parent node is expanded. Otherwise, all the nodes will be loaded.
    See Also