TableView.PasteMode Property
Gets or sets a value that specifies how the rows are pasted to the TableView. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Paste |
A Paste |
Available values:
Name | Description |
---|---|
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 Win |
None | Data pasting is disabled. |
Update | Pasted data updates existing cells of the target control. |
#Remarks
Refer to the Paste Operations topic to learn more.