Skip to main content
A newer version of this page is available. .

GalleryControlGallery Class

Represents a gallery within a GalleryControl.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

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