Back to Devexpress

GalleryItem.Group Property

wpf-devexpress-dot-xpf-dot-bars-dot-galleryitem.md

latest1.1 KB
Original Source

GalleryItem.Group Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public GalleryItemGroup Group { get; protected set; }
vb
Public Property Group As GalleryItemGroup

Property Value

TypeDescription
GalleryItemGroup

A GalleryItemGroup object that owns the current item.

|

See Also

Items

GalleryItem Class

GalleryItem Members

DevExpress.Xpf.Bars Namespace