Gets or sets the CSS class of ajax indicator container.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultValueAttribute("astreeview-ajax-indicator-container"), _ BrowsableAttribute(True), _ CategoryAttribute("Ajax")> Public Property CssClassAjaxIndicatorContainer As String |
| C# |
|---|
| [DefaultValueAttribute("astreeview-ajax-indicator-container")] [BrowsableAttribute(True)] [CategoryAttribute("Ajax")] public string CssClassAjaxIndicatorContainer { get; set; } |
| C++ |
|---|
| [DefaultValueAttribute(L"astreeview-ajax-indicator-container")] [BrowsableAttribute(True)] [CategoryAttribute(L"Ajax")] public property string CssClassAjaxIndicatorContainer sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute DefaultValueAttribute("astreeview-ajax-indicator-container") */ /** @attribute BrowsableAttribute(True) */ /** @attribute CategoryAttribute("Ajax") */ /** property */ public string get_CssClassAjaxIndicatorContainer(); /** property */ public void set_CssClassAjaxIndicatorContainer(string value); |
| JScript |
|---|
| public function get CssClassAjaxIndicatorContainer() : String public function set CssClassAjaxIndicatorContainer(value : String); |
Property Value
The CSS class ajax indicator container.