GalleryItemGroup.Items Property
In This Article
Gets or sets the collection of gallery items displayed in the current group.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
#Remarks
Use this property to add gallery items to the group. Each item is represented by a GalleryItem class object.
See Also