GalleryControl.Gallery Property
In This Article
Gets or sets the gallery displayed by the GalleryControl.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Gallery | A Gallery object displayed by the Gallery |
#Remarks
Use the Gallery property to assign a Gallery object to the GalleryControl. Visual settings (the number of visible columns, gallery groups, etc.) are specified by the assigned object.
See Also