menu

WPF

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

    Show / Hide Table of Contents

    Class DragInfo

    Represents a class that handles the dragging informations

    Inheritance
    System.Object
    DragInfo
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class DragInfo : DependencyObject

    Constructors

    DragInfo()

    Declaration
    public DragInfo()

    Fields

    DraggingNodesProperty

    Identifies the DragInfo.DraggingRecords dependency property.

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

    The identifier for the DragInfo.DraggingRecords dependency property.

    DragStatusProperty

    Identifies the DragInfo.DragStatus dependency property.

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

    The identifier for the DragInfo.DragStatus dependency property.

    Properties

    DragCaption

    Gets or sets a value that indicates whether the user know the DragCaption

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

    DraggingNodes

    Gets or sets a value that indicates whether the user can dragging the records.

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

    DragStatus

    Gets or sets a value that indicates whether the user know the DragStatus

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