Skip to main content
A newer version of this page is available. .
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.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public GalleryItemGroup Group { get; protected set; }

Property Value

Type Description
GalleryItemGroup

A GalleryItemGroup object that owns the current item.

See Also