LoadActionUrl Property (TreeView)
In This Topic
Gets or sets the url to get the items in
TreeView.
Syntax
'Declaration
Public Property LoadActionUrl As System.String
'Usage
Dim instance As TreeView
Dim value As System.String
instance.LoadActionUrl = value
value = instance.LoadActionUrl
public System.string LoadActionUrl {get; set;}
public read-write property LoadActionUrl: System.String;
public function get,set LoadActionUrl : System.String
public: __property System.string* get_LoadActionUrl();
public: __property void set_LoadActionUrl(
System.string* value
);
public:
property System.String^ LoadActionUrl {
System.String^ get();
void set ( System.String^ value);
}
See Also