Back to Devexpress

TreeViewControl.ClipboardMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-bf711ba9.md

latest1.9 KB
Original Source

TreeViewControl.ClipboardMode Property

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

Declaration

csharp
public ClipboardMode ClipboardMode { get; set; }
vb
Public Property ClipboardMode As ClipboardMode

Property Value

TypeDefaultDescription
ClipboardModePlainText

A ClipboardMode value that specifies whether to copy TreeViewControl data with the format settings.

|

Available values:

NameDescription
PlainText

Copied data is stored in clipboard as simple plain text.

| | Formatted |

Data is copied to the clipboard together with its format settings.

|

Remarks

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

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace