InRibbonGallery.OwnerItem Property
In This Article
Gets or sets the bar item which owns the In-Ribbon Gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public RibbonGalleryBarItem OwnerItem { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also