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.v23.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