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

NuGet Package: DevExpress.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