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

RibbonGalleryBarItem() Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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