Back to Devexpress

InRibbonGallery.OwnerItem Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-inribbongallery-3d52138d.md

latest1.4 KB
Original Source

InRibbonGallery.OwnerItem Property

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

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RibbonGalleryBarItem OwnerItem { get; set; }
vb
<Browsable(False)>
Public Property OwnerItem As RibbonGalleryBarItem

Property Value

TypeDescription
RibbonGalleryBarItem

A RibbonGalleryBarItem object which owns the In-Ribbon Gallery.

|

See Also

Gallery

InRibbonGallery Class

InRibbonGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace