Skip to main content
Bar

RibbonGalleryBarItem() Constructor

Initializes a new instance of the RibbonGalleryBarItem class with the default settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonGalleryBarItem()

Remarks

After a bar item has been created in code it must be added to the RibbonControl.Items collection.

See Also