Skip to main content
Bar

GalleryControl.Gallery Property

Gets or sets the gallery displayed by the GalleryControl.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public Gallery Gallery { get; set; }

#Property Value

Type Description
Gallery

A Gallery object displayed by the GalleryControl.

#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