Gallery Class
In This Article
Represents a gallery of items.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returned By
Properties and methods that return Gallery instances:
#Remarks
Visually, a gallery consists of groups (GalleryItemGroup), each of which can display any number of gallery items (GalleryItem).
To add groups to a gallery, use the Gallery.Groups collection. Gallery items can be added to a group via the GalleryItemGroup.Items collection.
#Extension Methods
See Also