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

BaseGallery Class

Represents a base class for galleries.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public abstract class BaseGallery :
    Component,
    IAppearanceOwner,
    IImageCollectionHelper,
    ISupportXtraAnimation,
    IAsyncImageLoaderClient,
    ISearchControlClient,
    ILookAndFeelProvider,
    IStringImageProvider

#Remarks

The class introduces common properties, methods and events for galleries.

A gallery consists of groups containing gallery items. To access the gallery’s groups use the BaseGallery.Groups property. Each group is represented by the GalleryItemGroup class. The GalleryItemGroup.Items property provides access to the group’s gallery items, where each item is a GalleryItem object.

See Also