windowsforms-devexpress-dot-xtrabars-8cf8e81e.md
Represents a collection of existing items for a specific BarManager.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public class BarItems :
CollectionBase,
IEnumerable<BarItem>,
IEnumerable
<ListBindable(False)>
Public Class BarItems
Inherits CollectionBase
Implements IEnumerable(Of BarItem),
IEnumerable
The following members return BarItems objects:
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.
Object CollectionBase BarItems RibbonBarItems
See Also