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

InRibbonGallery(RibbonGalleryBarItem) Constructor

Initializes a new instance of the InRibbonGallery class.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public InRibbonGallery(
    RibbonGalleryBarItem ownerItem
)

Parameters

Name Type Description
ownerItem RibbonGalleryBarItem

A RibbonGalleryBarItem object which owns the In-Ribbon Gallery. This value is assigned to the InRibbonGallery.OwnerItem property.

See Also