Skip to main content
A newer version of this page is available. .

BaseGallery.CreateFrom(BaseGallery) Method

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
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