WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowDropEventArgs - WPF API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class TreeGridRowDropEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    System.EventArgs
    TreeGridRowDragDropEventArgsBase
    TreeGridRowDropEventArgs
    Inherited Members
    TreeGridRowDragDropEventArgsBase.Data
    TreeGridRowDragDropEventArgsBase.IsFromOutSideSource
    TreeGridRowDragDropEventArgsBase.TargetNode
    TreeGridRowDragDropEventArgsBase.DropPosition
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridRowDropEventArgs : TreeGridRowDragDropEventArgsBase

    Constructors

    TreeGridRowDropEventArgs()

    Initializes a new instance of TreeGridColumnDraggingEventArgs event.

    Declaration
    public TreeGridRowDropEventArgs()

    Properties

    DraggingNodes

    Gets the TreeNode which contains the data associated while dragging the rows.

    Declaration
    public ObservableCollection<TreeNode> DraggingNodes { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TreeNode>

    Handled

    Gets a value indicating whether the event is handled or not.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved