Back to Devexpress

BaseGallery Class

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

latest3.6 KB
Original Source

BaseGallery Class

Represents a base class for galleries.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public abstract class BaseGallery :
    Component,
    IAppearanceOwner,
    IImageCollectionHelper,
    ISupportXtraAnimation,
    IAsyncImageLoaderClient,
    ISearchControlClient,
    ILookAndFeelProvider,
    IStringImageProvider
vb
Public MustInherit Class BaseGallery
    Inherits Component
    Implements IAppearanceOwner,
               IImageCollectionHelper,
               ISupportXtraAnimation,
               IAsyncImageLoaderClient,
               ISearchControlClient,
               ILookAndFeelProvider,
               IStringImageProvider

The following members return BaseGallery objects:

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.

Inheritance

Object MarshalByRefObject Component BaseGallery InRibbonGallery

StandaloneGallery

GalleryControlGallery

InDropDownGallery

PopupGalleryEditGallery

See Also

BaseGallery Members

GalleryItem

GalleryItemGroup

InDropDownGallery

InRibbonGallery

Galleries

DevExpress.XtraBars.Ribbon.Gallery Namespace