Skip to main content

BaseGallery.CreateFrom(BaseGallery) Method

Copies contents and settings from the specified gallery to the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.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