Gets or sets the drop down tree base path.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(True), _
 CategoryAttribute("Configuration"), _
 DefaultValueAttribute("~/javascript/asdropdowntreeview/")>

Public Overridable Property DropDownTreeBasePath As String
C#
[BrowsableAttribute(True)]
[CategoryAttribute("Configuration")]
[DefaultValueAttribute("~/javascript/asdropdowntreeview/")]
public virtual string DropDownTreeBasePath { get; set; }
C++
[BrowsableAttribute(True)]
[CategoryAttribute(L"Configuration")]
[DefaultValueAttribute(L"~/javascript/asdropdowntreeview/")]
public virtual property string DropDownTreeBasePath {
    String get();
    void set(String value);
}
J#
/** @attribute BrowsableAttribute(True) */
/** @attribute CategoryAttribute("Configuration") */
/** @attribute DefaultValueAttribute("~/javascript/asdropdowntreeview/") */
/** property */
public string get_DropDownTreeBasePath();

/** property */
public void set_DropDownTreeBasePath(string value);
JScript
public function get DropDownTreeBasePath() : String

public function set DropDownTreeBasePath(value : String);

Property Value

The drop down tree base path.

See Also