alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeViewItemAdvDragDropEffects

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

    Inheritance
    System.Object
    TreeViewItemAdvDragDropEffects
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class TreeViewItemAdvDragDropEffects : Enum

    Fields

    Copy

    The data is copied to the drop target.

    Declaration
    public const TreeViewItemAdvDragDropEffects Copy
    Field Value
    Type
    TreeViewItemAdvDragDropEffects

    CopyOnly

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

    Declaration
    public const TreeViewItemAdvDragDropEffects CopyOnly
    Field Value
    Type
    TreeViewItemAdvDragDropEffects

    Move

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

    Declaration
    public const TreeViewItemAdvDragDropEffects Move
    Field Value
    Type
    TreeViewItemAdvDragDropEffects

    MoveOnly

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

    Declaration
    public const TreeViewItemAdvDragDropEffects MoveOnly
    Field Value
    Type
    TreeViewItemAdvDragDropEffects

    None

    The drop target does not accept the data.

    Declaration
    public const TreeViewItemAdvDragDropEffects None
    Field Value
    Type
    TreeViewItemAdvDragDropEffects
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved