The AjaxContainerControl type exposes the following members.

Properties

  NameDescription
Aspects
Aspects for documentation for this method
(Inherited from AspectableAjaxControl.)
ClientID
Returns the ClientID which the control has been rendered with.
(Inherited from AjaxControl.)
IsTrackingControlAdditions
Returns true if the Container Control is tracking control additions. See TrackControlAddition() for more information.
Manager
Shortend way to access Manager.Instance. Used by derived classes for cached access to Manager.Instance.
(Inherited from AjaxControl.)
Rendered
Gets value indicating if this ajax control was previously rendered or not. Used by derived classes.
(Inherited from AjaxControl.)
Rerendered
Gets value indicating if the ajax control is rerendered. Used by derived classes.
(Inherited from AjaxControl.)
ShouldRender
Returns true if the control should be completely re-rendered. Gaia tries to do "partial rendering" as seldom as possible, however there are a few scenarios where partial rendering is "inevitable". One of those are if the control has not previously been rendered due to either being "invisible" or some ancestor container widget was invisible. Another reason might be because the control needs a full re-rendering like for instance ForceAnUpdate on container widgets. If this property is true then a full re-rendering will be initiated.
(Inherited from AjaxControl.)
ShouldRenderAjaxControl
Used by derived controls to know if the control should be rendered or not based on the facts if the ShouldRender was set or control was previously rendered
(Overrides AjaxControl..::.ShouldRenderAjaxControl.)
StateManager
See StateManager for documentation on this method
(Inherited from AjaxControl.)

See Also