Gets or sets the CSS class dropdown tree object container.


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

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Appearance"), _
 DefaultValueAttribute(""), _
 BindableAttribute(True)>

Public Property CssClassDropdownTreeObjectContainer As String
C#
[CategoryAttribute("Appearance")]
[DefaultValueAttribute("")]
[BindableAttribute(True)]
public string CssClassDropdownTreeObjectContainer { get; set; }
C++
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(L"")]
[BindableAttribute(True)]
public property string CssClassDropdownTreeObjectContainer sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute CategoryAttribute("Appearance") */
/** @attribute DefaultValueAttribute("") */
/** @attribute BindableAttribute(True) */
/** property */
public string get_CssClassDropdownTreeObjectContainer();

/** property */
public void set_CssClassDropdownTreeObjectContainer(string value);
JScript
public function get CssClassDropdownTreeObjectContainer() : String

public function set CssClassDropdownTreeObjectContainer(value : String);

Property Value

The CSS class dropdown tree object container.

See Also