alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridRowDragDropEventArgsBase

    Provides commmon data for TreeGridRowDragEvents.

    Inheritance
    System.Object
    TreeGridRowDragDropEventArgsBase
    TreeGridRowDragLeaveEventArgs
    TreeGridRowDragOverEventArgs
    TreeGridRowDropEventArgs
    TreeGridRowDroppedEventArgs
    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 - 2026 Syncfusion Inc. All Rights Reserved