Skip to main content
A newer version of this page is available.
All docs
V18.2

ClipboardOptions.Assign(ClipboardOptions) Method

Copies settings from the target object to the current object.

Namespace: DevExpress.Export

Assembly: DevExpress.Data.v18.2.dll

Declaration

public void Assign(
    ClipboardOptions optionsCore
)

Parameters

Name Type Description
optionsCore ClipboardOptions

An object whose setting will be copied to the current object

See Also