Skip to main content

InRibbonGallery.OwnerItem Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RibbonGalleryBarItem

A RibbonGalleryBarItem object which owns the In-Ribbon Gallery.

See Also