Skip to main content
All docs
V19.1

ClipboardOptions.Assign(ClipboardOptions) Method

Copies settings from the target object to the current object.

Namespace: DevExpress.Export

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