wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-bf711ba9.md
Gets or sets whether to copy TreeViewControl data with the format settings. This is a dependency property.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public ClipboardMode ClipboardMode { get; set; }
Public Property ClipboardMode As ClipboardMode
| Type | Default | Description |
|---|---|---|
| ClipboardMode | PlainText |
A ClipboardMode value that specifies whether to copy TreeViewControl data with the format settings.
|
Available values:
| Name | Description |
|---|---|
| PlainText |
Copied data is stored in clipboard as simple plain text.
| | Formatted |
Data is copied to the clipboard together with its format settings.
|
Set the ClipboardMode property to Formatted to copy TreeViewControl data to the clipboard with its format settings.
For information on how to copy TreeViewControl data to the clipboard, refer to the following DevExpress WPF Grid help topic: Clipboard Management.
See Also