Back to Devexpress

ActionControlsSiteController Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-a11757a2.md

latest3.2 KB
Original Source

ActionControlsSiteController Class

The Controllers that manage binding between Actions and their controls in Templates that support the IActionControlsSite interface.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ActionControlsSiteController :
    Controller,
    IModelExtender
vb
Public Class ActionControlsSiteController
    Inherits Controller
    Implements IModelExtender

Remarks

The ActionControlsSiteController Controller uses mapping specified in the ActionDesign | ActionToContainerMapping Application Model node to place Action controls to the Action Containers. You can customize this Controller behavior by handling the following events.

Implements

ISupportUpdate

IModelExtender

Inheritance

Object MarshalByRefObject Component Controller ActionControlsSiteController

See Also

ActionControlsSiteController Members

How to: Customize Action Controls

How to create a custom action type with a custom control (BarCheckItem), associated with it

DevExpress.ExpressApp.SystemModule Namespace