Skip to main content
Bar

GalleryItemCollection(GalleryItemGroup) Constructor

Initializes a new instance of the GalleryItemCollection class.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public GalleryItemCollection(
    GalleryItemGroup parentGroup
)

Parameters

Name Type Description
parentGroup GalleryItemGroup

A GalleryItemGroup object that will own the created GalleryItemCollection object.

See Also