BaseGallery.Assign(BaseGallery) Method
Assigns all GalleryItems, displayed within the specific BaseGallery to the current BaseGallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
gallery | BaseGallery | A BaseGallery whose items should be copied to the current BaseGallery. |
Remarks
The Assign method copies all currently existing GalleryItems from the specific BaseGallery to the current BaseGallery, removing its previous content. This also affects all GalleryItemGroup objects and item settings (e.g., the BaseGallery.ImageSize property).
See Also