Skip to main content
Bar

GalleryItemCollection(GalleryItemGroup) Constructor

In This Article

Initializes a new instance of the GalleryItemCollection class.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public GalleryItemCollection(
    GalleryItemGroup parentGroup
)

#Parameters

Name Type Description
parentGroup GalleryItemGroup

A GalleryItemGroup object that will own the created GalleryItemCollection object.

See Also