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

BarManagerActionCollection.Execute(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Bars

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

Declaration

public virtual void Execute(
    DependencyObject context
)

Parameters

Name Type Description
context DependencyObject

A DependencyObject used as a context of an executed action.

See Also