Back to Devexpress

GalleryControlGallery Class

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

latest2.4 KB
Original Source

GalleryControlGallery Class

Represents a gallery within a GalleryControl.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class GalleryControlGallery :
    StandaloneGallery,
    IAppearanceOwner
vb
Public Class GalleryControlGallery
    Inherits StandaloneGallery
    Implements 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.

Inheritance

Object MarshalByRefObject Component BaseGallery StandaloneGallery GalleryControlGallery PopupGalleryEditGallery

See Also

GalleryControlGallery Members

GalleryControl

Gallery

DevExpress.XtraBars.Ribbon.Gallery Namespace