BarManagerControllerCollection.Execute(Boolean) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
execute |
Boolean | A value that matches the Bar |
#Remarks
See the BarManagerControllerBase.ExecuteBefore option to learn more.
See Also