Skip to main content
Bar

RibbonGalleryBarItem(BarManager) Constructor

Initializes a new instance of the RibbonGalleryBarItem class with the specified owner.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonGalleryBarItem(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager object which will own the created bar item.

Remarks

When creating a bar item to use in a Ribbon Control you need to initialize the item’s BarItem.Manager property. You can do this by passing the RibbonControl.Manager object as the constructor’s manager parameter.

See Also