windowsforms-devexpress-dot-xtrabars-dot-ribbon-844590a6.md
Represents a collection of bar items within the RibbonControl.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RibbonBarItems :
BarItems
Public Class RibbonBarItems
Inherits BarItems
The following members return RibbonBarItems objects:
The RibbonBarItems class represents a collection of bar items within the RibbonControl. This collection can be accessed via the RibbonControl.Items property.
If bar items are created at design time, they are automatically added to the collection. If you create bar items in code and wish to use them within the RibbonControl, ensure that the created bar items are added to the collection. The following methods allow you to create bar items while ensuring that they are automatically added to the collection:
Object CollectionBase BarItems RibbonBarItems
See Also