Back to Devexpress

BarItems Class

windowsforms-devexpress-dot-xtrabars-8cf8e81e.md

latest1.8 KB
Original Source

BarItems Class

Represents a collection of existing items for a specific BarManager.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public class BarItems :
    CollectionBase,
    IEnumerable<BarItem>,
    IEnumerable
vb
<ListBindable(False)>
Public Class BarItems
    Inherits CollectionBase
    Implements IEnumerable(Of BarItem),
               IEnumerable

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

Object CollectionBase BarItems RibbonBarItems

See Also

BarItems Members

DevExpress.XtraBars Namespace