menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridNodeDropEventArgs

    Provides data for the TreeGridNodeDrop event, which occurs when an item to be dropped within Gantt control.

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

    Constructors

    TreeGridNodeDropEventArgs()

    Declaration
    public TreeGridNodeDropEventArgs()

    Properties

    Nodes

    Gets the item that contains the associated data while dragging the rows.

    Declaration
    public object Nodes { get; }
    Property Value
    Type
    System.Object
    Remarks

    When the GanttSelectionMode is set to Multiple, retrieve several nodes from Nodes upon selecting and dragging multiple nodes.

    TargetNode

    Gets a value indicating the target node which is going to drop.

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