BarManagerControllerCollection Class
In This Article
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.
#Inheritance
See Also