Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryControlGallery Class

Represents a gallery within a GalleryControl.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class GalleryControlGallery :
    StandaloneGallery,
    IAppearanceOwner

The following members return GalleryControlGallery objects:

#Remarks

You can access a GalleryControl‘s embedded gallery via the GalleryControl.Gallery object. Use this property to customize the gallery and add gallery groups (BaseGallery.Groups) to it. After gallery groups are added, you can add gallery items to the groups via the GalleryItemGroup.Items collection.

See Also