| Name | Description |
 | AjaxDebugConsoleMode | Gets/sets a value, indicating the display mode of the JavaScript client side debug console. |
 | AjaxEnabled | Gets / sets a value indicating if the AJAX functionality of the control is enabled. When set to false, the control behaves as a standard postback control. Else, no postback functionality is present and all supported client side events are handled using AJAX. |
 | AjaxImageMapMode | Gets / sets a value indicating wheather to genrate automatically an image map in AJAX mode. |
 | AjaxScriptBuild | Gets/sets a value, indicating whether the debug script build or the release script build must be loaded in AJAX mode. |
 | AjaxTools | Gets a list of server side AJAX tool definitions that will be sent to the client. Based on these definitions the client side tool factory will create and configure tools that will be running at client side. |
 | AjaxToolsFactoryType | Gets or sets the name of the client side JavaScript class that is used to create instances of client side tools. |
 | AsyncAdaptiveRefreshIntervalFactor | Gets / sets a multiplier that is used to automatically slow down the auto-refresh rate of the control when an AJAX callback time-outs. |
 | AsyncAutoRefreshEnabled | Gets / sets a value indicating if the client side auto-refresh event must be handled by the control and processed via AJAX callback. When set to false the client side event is ignored. |
 | AsyncAutoRefreshEventPriority | Gets a value indicating the priority of the auto refresh event in the client side event pool. It is always set to the lowest possible value, which is 0. |
 | AsyncAutoRefreshEventQueueLength | Gets a value indicating the length of the event queue of the auto refresh event in the client side event pool. It is always set to the lowest possible value, which is 0. This means that auto refresh events are never queued. |
 | AsyncCallbackTimeout | Gets / sets a value in milliseconds that determines how long will the control wait before canceling an AJAX callback due to timeout. |
 | AsyncClickEventPriority | Gets / sets a value indicating the priority of the event in the client side event pool. |
 | AsyncClickEventQueueLength | Gets / sets a value indicating the length of the event queue in the client side event pool. |
 | AsyncDoubleClickEventPriority | Gets / sets a value indicating the priority of the event in the client side event pool. |
 | AsyncDoubleClickEventQueueLength | Gets / sets a value indicating the length of the event queue in the client side event pool. |
 | AsyncImageLoadIePollingInterval | Gets / sets a value in milliseconds that determines the is-image-loaded polling interval for Internet Explorer. |
 | AsyncImageLoadTimeout | Gets / sets a value in milliseconds that determines how long will the control wait for an image to load in the background before it is displayed on the web page. |
 | AsyncMouseDownEventPriority | Gets / sets a value indicating the priority of the event in the client side event pool. |
 | AsyncMouseDownEventQueueLength | Gets / sets a value indicating the length of the event queue in the client side event pool. |
 | AsyncMouseMoveEventPriority | Gets / sets a value indicating the priority of the event in the client side event pool. |
 | AsyncMouseMoveEventQueueLength | Gets / sets a value indicating the length of the event queue in the client side event pool. |
 | AsyncMouseUpEventPriority | Gets / sets a value indicating the priority of the event in the client side event pool. |
 | AsyncMouseUpEventQueueLength | Gets / sets a value indicating the length of the event queue in the client side event pool. |
 | AsyncRefreshEnabled | Gets / sets a value indicating if the client side forced refresh event must be handled by the control and processed via AJAX callback. When set to false the client side event is ignored. |
 | AsyncRefreshInterval | Gets / sets a value in milliseconds that determines how often the control will automatically update its content at client side, reading data from the server using AJAX http requests. |
 | AsyncRefreshPriority | Gets / sets a value indicating the priority of the event in the client side event pool. |
 | AsyncRefreshQueueLength | Gets / sets a value indicating the length of the event queue in the client side event pool. |
 | AsyncRequestWaitCursorEnabled | Gets / sets a value indicating if at client side a wait cursor must be displayed over the control while a callback http request is pending. |
 | InstanceGuid | Gets an id that identifies the control to the image resource HTTP handler. |