Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public ClipboardMode ClipboardMode { get; set; }

    Property Value

    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.

    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