Skip to main content

InRibbonGallery(RibbonGalleryBarItem) Constructor

Initializes a new instance of the InRibbonGallery class.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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