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

OptionsLayoutGrid.Assign(BaseOptions) Method

Copies all the settings from the options object passed as the parameter.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions descendant whose settings are assigned to the current object.

Remarks

The Assign method allows the settings from a specific OptionsLayoutGrid object to be copied to the current one.

See Also