Skip to main content

OptionsLayoutBase.Assign(BaseOptions) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.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