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

ClipboardOptions(Boolean) Constructor

Initializes a new instance of the ClipboardOptions class with the specified settings.

Namespace: DevExpress.Export

Assembly: DevExpress.Data.v19.2.dll

Declaration

public ClipboardOptions(
    bool allowFormattedMode = true
)

Optional Parameters

Name Type Default Description
allowFormattedMode Boolean True

true, if the ClipboardOptions.ClipboardMode property should be set to Formatted; otherwise, false.

Remarks

Set the ClipboardOptions.ClipboardMode property to Formatted to enable the Clipboard Management feature. See this link to learn more.

See Also