menu

WPF

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

    Show / Hide Table of Contents

    Class TreeViewDragInfo

    Inheritance
    System.Object
    TreeViewDragInfo
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class TreeViewDragInfo : DependencyObject

    Constructors

    TreeViewDragInfo()

    Declaration
    public TreeViewDragInfo()

    Fields

    DataProperty

    Identifies the Data dependency property.

    Declaration
    public static readonly DependencyProperty DataProperty
    Field Value
    Type
    System.Windows.DependencyProperty
    Remarks

    The identifier for the Data dependency property.

    DropPositionProperty

    Identifies the DropPosition dependency property.

    Declaration
    public static readonly DependencyProperty DropPositionProperty
    Field Value
    Type
    System.Windows.DependencyProperty
    Remarks

    The identifier for the DropPosition dependency property.

    TargetNodeDataProperty

    Identifies the TargetNodeData dependency property.

    Declaration
    public static readonly DependencyProperty TargetNodeDataProperty
    Field Value
    Type
    System.Windows.DependencyProperty
    Remarks

    The identifier for the TargetNodeData dependency property.

    Properties

    Data

    Gets or sets a collection which holds the data objects which are being dragged.

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    System.Object

    DragCaption

    Gets or sets a value that indicates the caption to be displayed on the drag preview UI.

    Declaration
    public string DragCaption { get; set; }
    Property Value
    Type
    System.String

    DropPosition

    Gets or sets a value that indicates the position at which the dragging items to be dropped.

    Declaration
    public string DropPosition { get; set; }
    Property Value
    Type
    System.String

    TargetNodeData

    Declaration
    public object TargetNodeData { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved