Back to Devexpress

PasteMode Enum

corelibraries-devexpress-dot-export-c9d31b62.md

latest2.9 KB
Original Source

PasteMode Enum

Contains values that specify how data is pasted to a target grid/treelist control.

Namespace : DevExpress.Export

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum PasteMode
vb
Public Enum PasteMode

Members

NameDescription
Default

Data Grids: The Default mode is equivalent to None (data pasting is not allowed) for controls not in master-detail mode, and for master Views in master-detail mode. For detail Views in master-detail mode, the actual paste mode is determined by master Views.

Tree Lists: The Default mode is equivalent to None (data pasting is not allowed).

| | Append |

Pasted data is added as new rows to the target control.

For the WinForms Tree List control, use the TreeListOptionsClipboard.PasteAsChildNodes setting to specify if pasted data is inserted as the focused node’s children or siblings.

| | None |

Data pasting is disabled.

| | Update |

Pasted data updates existing cells of the target control.

|

The following properties accept/return PasteMode values:

LibraryRelated API Members
Cross-Platform Class LibraryClipboardOptions.PasteMode
WPF ControlsTableView.PasteMode
TreeListView.PasteMode

Remarks

Paste operations are supported by the following controls:

See Also

DevExpress.Export Namespace