ClassTreeViewDragEventArgs
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TreeViewDragEventArgs : TreeViewEventArgsBase
Inheritance: objectTreeViewEventArgsBaseTreeViewDragEventArgs
Inherited Members
Constructors
Properties
DestinationComponentId
The Id of the TreeView component over which the item is dragged.
Declaration
public string DestinationComponentId { get; set; }
Property Value
DestinationIndex
The destination index inside the component over which the item is dragged. Index is in a format definend by the destination component.
DestinationItem
The treeview item over which the item is dragged.
DestinationTreeView
The treeview reference over which the item is dragged.
Declaration
public TelerikTreeView DestinationTreeView { get; set; }
Property Value
DropPosition
Defines the TreeViewDropPosition of the dragged item relative to the item under the mouse cursor.
Supported values are Before, Over, After.
If value equals null
the drag clue is not above a TreeView item.
Declaration
public TreeViewDropPosition? DropPosition { get; set; }
Property Value
PageX
The X coordinates of the mouse.