Class TreeGridRowDragDropEventArgsBase
Provides commmon data for TreeGridRowDragEvents.
Inheritance
System.Object
TreeGridRowDragDropEventArgsBase
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public abstract class TreeGridRowDragDropEventArgsBase : EventArgs
Constructors
TreeGridRowDragDropEventArgsBase()
Initializes a new instance of
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 |