Skip to main content
A newer version of this page is available. .
Bar

IControllerAction.Execute(DependencyObject) Method

Executes actions defined by the current controller.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

void Execute(
    DependencyObject context = null
)

Optional Parameters

Name Type Default Description
context DependencyObject null

A DependencyObject.

See Also