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