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

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.v19.1.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions object whose settings are to be cloned to this GalleryOptionsImageLoad object.

See Also