Skip to main content

WinExplorerViewOptionsImageLoad.Assign(BaseOptions) Method

Copies all available settings from the target BaseOptions object to this WinExplorerViewOptionsImageLoad object.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions object whose settings should be copied to this WinExplorerViewOptionsImageLoad.

See Also