Skip to main content
Bar

GalleryItem.Group Property

Gets the group that owns the current item. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public GalleryItemGroup Group { get; protected set; }

#Property Value

Type Description
GalleryItemGroup

A GalleryItemGroup object that owns the current item.

See Also