This is the worker class used by Aspectable Gaia Controls. It's primary responsibility is to handle Aspects. Usage is to implement IAjaxControl and forward every method in that interface to this class.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public class AspectableAjaxControl : AjaxControl
Visual Basic (Declaration)
Public Class AspectableAjaxControl _
	Inherits AjaxControl

Inheritance Hierarchy

System..::.Object
  Gaia.WebWidgets..::.AjaxControl
    Gaia.WebWidgets..::.AspectableAjaxControl
      Gaia.WebWidgets..::.AjaxContainerControl

See Also