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

ClipboardMode Enum

Contains values that specify whether or not the Clipboard Management feature is enabled.

Namespace: DevExpress.Export

Assembly: DevExpress.Data.v18.2.dll

Declaration

public enum ClipboardMode

Members

Name Description
Default

Equal to the ClipboardMode.PlainText value.

PlainText

Copied data is stored in Clipboard as simple plain text.

Formatted

Data is copied to the Clipboard together with its format settings.

Related API Members

The following properties accept/return ClipboardMode values:

Remarks

Values listed by this enumeration are used to set the ClipboardOptions.ClipboardMode property.

See Also