menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeViewItemAdvDragDropEffects - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TreeViewItemAdvDragDropEffects

    Specifies the effects of a drag-and-drop operation for TreeViewAdv.

    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public enum TreeViewItemAdvDragDropEffects

    Fields

    Name Description
    Copy

    The data is copied to the drop target.

    CopyOnly

    The data copied to the drop target, the dragdrop effect will not change by clicking the ctrl or shift keys

    Move

    The data from the drag source is moved to the drop target.

    MoveOnly

    The data moved to the drop target, the dragdrop effect will not change by clicking the ctrl or shift keys

    None

    The drop target does not accept the data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved