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