Back to Devexpress

RibbonBarItems Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-844590a6.md

latest2.7 KB
Original Source

RibbonBarItems Class

Represents a collection of bar items within the RibbonControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RibbonBarItems :
    BarItems
vb
Public Class RibbonBarItems
    Inherits BarItems

The following members return RibbonBarItems objects:

Remarks

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:

Inheritance

Object CollectionBase BarItems RibbonBarItems

See Also

RibbonBarItems Members

Items

DevExpress.XtraBars.Ribbon Namespace