Back to Devexpress

GalleryControl.Gallery Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallerycontrol.md

latest1.4 KB
Original Source

GalleryControl.Gallery Property

Provides access to the Gallery displayed by the GalleryControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public GalleryControlGallery Gallery { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property Gallery As GalleryControlGallery

Property Value

TypeDescription
GalleryControlGallery

A GalleryControlGallery displayed by the GalleryControl.

|

Remarks

Use the Gallery property to get access to the settings and events controlling the gallery’s appearance and behavior.

See Also

GalleryControl Class

GalleryControl Members

DevExpress.XtraBars.Ribbon Namespace