Skip to main content
Bar

BarManagerControllerBase.Execute(DependencyObject) Method

Executes actions defined by the current controller with a specified context.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public abstract void Execute(
    DependencyObject context = null
)

Optional Parameters

Name Type Default Description
context DependencyObject null

A DependencyObject used as a context of an executed action.

See Also