GalleryItemCollection(GalleryItemGroup) Constructor
Initializes a new instance of the GalleryItemCollection class.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
parentGroup | GalleryItemGroup | A GalleryItemGroup object that will own the created GalleryItemCollection object. |
See Also