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