Skip to main content
A newer version of this page is available. .

GalleryItemCollection(GalleryItemGroup) Constructor

Initializes a new instance of the GalleryItemCollection class with the specified owner.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public GalleryItemCollection(
    GalleryItemGroup group
)

Parameters

Name Type Description
group GalleryItemGroup

A GalleryItemGroup object which represents the owner of the created collection. This value is used to initialize the GalleryItemCollection.Group property.

See Also