GalleryItem.Group Property
In This Article
Gets the group that owns the current item. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public GalleryItemGroup Group { get; protected set; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
See Also