RibbonGalleryBarItem(BarManager) Constructor
Initializes a new instance of the RibbonGalleryBarItem class with the specified owner.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v21.2.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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