Skip to main content
Bar

BarManagerControllerCollection Class

Represents a collection of BarManagerController objects.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public class BarManagerControllerCollection :
    ObservableCollection<BarManagerControllerBase>

#Remarks

See Customizing Bars via Actions to learn more.

See Also