Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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