GalleryItem.Gallery Property
In This Article
Gets the gallery which owns the current item.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BaseGallery Gallery { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
See Also