Skip to main content
Bar

GalleryItemGroup.Items Property

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

public GalleryItemCollection Items { get; set; }

#Property Value

Type Description
GalleryItemCollection

A GalleryItemCollection object that stores gallery items displayed in the current group.

#Remarks

Use this property to add gallery items to the group. Each item is represented by a GalleryItem class object.

See Also