Skip to main content
Bar

BarManagerControllerBase.ExecuteBefore Property

Gets or sets whether actions defined by the current controller must be executed before creating the bar structure defined between the BarManager start and end tags. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public bool ExecuteBefore { get; set; }

#Property Value

Type Description
Boolean

true if the actions must be executed before the BarManager's bar structure is initialized; false if the actions must be executed after the BarManager's bar structure is initialized;. The default value is false.

See Also