ClipboardCopyFormats Enum
In This Article
Lists file formats in which the GridControl copies its data to the clipboard.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Csv
|
Data is copied to the clipboard in CSV format. |
Excel
|
Data is copied to the clipboard in Excel formats (XLS/XLSX). |
Html
|
Data is copied to the clipboard in HTML format. |
Rtf
|
Data is copied to the clipboard in RTF format. |
Txt
|
Data is copied to the clipboard in TXT format. |
All
|
Data is copied to the clipboard in CSV, XLS (BIFF8), HTML, RTF, and TXT formats. |
#Related API Members
The following properties accept/return ClipboardCopyFormats values:
See Also