Back to Devexpress

StandaloneGallery Class

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

latest2.7 KB
Original Source

StandaloneGallery Class

Represents the base class for the GalleryControlGallery, InDropDownGallery and PopupGalleryEditGallery classes.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class StandaloneGallery :
    BaseGallery,
    IImageCollectionHelper,
    ISupportAnimatedScroll,
    IContextItemCollectionOptionsOwner,
    IContextItemCollectionOwner,
    IMouseWheelScrollClient
vb
Public Class StandaloneGallery
    Inherits BaseGallery
    Implements IImageCollectionHelper,
               ISupportAnimatedScroll,
               IContextItemCollectionOptionsOwner,
               IContextItemCollectionOwner,
               IMouseWheelScrollClient

The following members return StandaloneGallery objects:

Inheritance

Object MarshalByRefObject Component BaseGallery StandaloneGallery GalleryControlGallery

InDropDownGallery

PopupGalleryEditGallery

See Also

StandaloneGallery Members

GalleryControlGallery

InDropDownGallery

DevExpress.XtraBars.Ribbon.Gallery Namespace