BarItems Class
In This Article
Represents a collection of existing items for a specific BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[ListBindable(false)]
public class BarItems :
CollectionBase,
IEnumerable<BarItem>,
IEnumerable
#Related API Members
The following members return BarItems objects:
#Remarks
This class members perform different actions that impacts management of collection items: item removal and addition, retreiving an item with a specific index, obtaining the number of items in the collection, etc.
#Inheritance
See Also