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

InRibbonGallery.OwnerItem Property

Gets or sets the bar item which owns the In-Ribbon Gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public RibbonGalleryBarItem OwnerItem { get; set; }

Property Value

Type Description
RibbonGalleryBarItem

A RibbonGalleryBarItem object which owns the In-Ribbon Gallery.

See Also