ClipboardMode Enum
In This Article
Contains values that specify whether or not the Clipboard Management feature is enabled.
Namespace: DevExpress.Export
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Default
|
Equal to the Clipboard |
Plain
|
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