Skip to main content

GalleryItemCollection(GalleryItemGroup) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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