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

OptionsLayoutBase.Assign(BaseOptions) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public override void Assign(
    BaseOptions source
)

Parameters

Name Type Description
source BaseOptions

An object whose settings are copied to the current object.

See Also