Skip to main content
A newer version of this page is available. .
Bar

BarItems Class

Represents a collection of existing items for a specific BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[ListBindable(false)]
public class BarItems :
    CollectionBase,
    IEnumerable<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.

See Also