Back to Devexpress

GalleryControlGallery.GalleryControl Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-gallerycontrolgallery.md

latest1.5 KB
Original Source

GalleryControlGallery.GalleryControl Property

Gets the GalleryControl that owns the current gallery.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public GalleryControl GalleryControl { get; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public ReadOnly Property GalleryControl As GalleryControl

Property Value

TypeDefaultDescription
GalleryControlnull

A GalleryControl object that owns the current gallery.

|

See Also

Gallery

GalleryControlGallery Class

GalleryControlGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace