menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridRowDragDropEventArgsBase

    Provides commmon data for TreeGridRowDragEvents.

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

    Constructors

    TreeGridRowDragDropEventArgsBase()

    Initializes a new instance of event.

    Declaration
    public TreeGridRowDragDropEventArgsBase()

    Properties

    Data

    Gets or sets a data object that contains the data associated while dragging the rows.

    Declaration
    public IDataObject Data { get; }
    Property Value
    Type
    System.Windows.IDataObject

    DropPosition

    Gets a value indicating the drop position which is based on dropped location

    Declaration
    public DropPosition DropPosition { get; }
    Property Value
    Type
    DropPosition

    IsFromOutSideSource

    Gets a value indicating whether the dragging item is from same TreeGrid or not.

    Declaration
    public bool IsFromOutSideSource { get; }
    Property Value
    Type
    System.Boolean

    TargetNode

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

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