Skip to main content

ClipboardOptions(Boolean) Constructor

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

Namespace: DevExpress.Export

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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