Back to Devexpress

Controller Properties

expressappframework-devexpress-dot-expressapp-dot-controller-dot-underscore-properties.md

latest3.7 KB
Original Source

Controller Properties

The base class for Controllers.

NameDescription
ActionsReturns a Controller‘s Action collection.
ActiveProvides access to a collection of reason/value pairs used to activate or deactivate a Controller, or determine its active state.
ApplicationProvides access to an XafApplication object that can be used to manage the current application.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FrameProvides access to a Controller‘s Frame.
NameReturns a full name of a Controller‘s type.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagProvides access to the object that contains data about the Controller.

See Also

Controller Class

Controller Members

DevExpress.ExpressApp Namespace