Gets or sets the CSS class dropdown tree.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Appearance"), _ DefaultValueAttribute(""), _ BindableAttribute(True)> Public Property CssClassDropdownTree As String |
| C# |
|---|
| [CategoryAttribute("Appearance")] [DefaultValueAttribute("")] [BindableAttribute(True)] public string CssClassDropdownTree { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Appearance")] [DefaultValueAttribute(L"")] [BindableAttribute(True)] public property string CssClassDropdownTree sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Appearance") */ /** @attribute DefaultValueAttribute("") */ /** @attribute BindableAttribute(True) */ /** property */ public string get_CssClassDropdownTree(); /** property */ public void set_CssClassDropdownTree(string value); |
| JScript |
|---|
| public function get CssClassDropdownTree() : String public function set CssClassDropdownTree(value : String); |
Property Value
The CSS class dropdown tree.