GalleryOptionsImageLoad.Assign(BaseOptions) Method
Copies all available property settings from the target BaseOptions object to this GalleryOptionsImageLoad object.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | A BaseOptions object whose settings are to be cloned to this GalleryOptionsImageLoad object. |
See Also