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.v18.1.dll

Declaration

public class GalleryControlGallery :
    StandaloneGallery,
    IAppearanceOwner

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GalleryControlGallery class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also