Skip to main content
Bar

BarManagerControllerCollection.Execute(Boolean) Method

Executes actions of the controllers whose BarManagerControllerBase.ExecuteBefore option matches the specified executeBefore parameter's value.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public virtual void Execute(
    bool executeBefore
)

#Parameters

Name Type Description
executeBefore Boolean

A value that matches the BarManagerControllerBase.ExecuteBefore option of the required controllers.

#Remarks

See the BarManagerControllerBase.ExecuteBefore option to learn more.

See Also