BaseGallery.CreateFrom(BaseGallery) Method
Copies contents and settings from the specified gallery to the current gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void CreateFrom(
BaseGallery gallery
)
Parameters
Name | Type | Description |
---|---|---|
gallery | BaseGallery | The gallery whose contents and settings are copied to the current gallery. |
See Also