alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridNodeDraggingEventArgs

    Provides data for the TreeGridNodeDragging event, which occurs when an item is being dragged over the Gantt control.

    Inheritance
    System.Object
    TreeGridNodeDraggingEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class TreeGridNodeDraggingEventArgs : EventArgs

    Constructors

    TreeGridNodeDraggingEventArgs()

    Declaration
    public TreeGridNodeDraggingEventArgs()

    Properties

    Nodes

    Gets the nodes that are being dragged.

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