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);
}
See Also