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

RibbonGalleryBarItem(BarManager) Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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