menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridNodeDragStartingEventArgs

    Provides data for the TreeGridNodeDragStarting event, which occurs when an item is to be dragged.

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

    Constructors

    TreeGridNodeDragStartingEventArgs()

    Declaration
    public TreeGridNodeDragStartingEventArgs()

    Properties

    Nodes

    Gets the nodes that contain 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved