Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView.EventArgs Namespace / TreeViewDragDropEventArgs Class / TargetDropItem Property

In This Topic
    TargetDropItem Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetDropItem As TreeViewItem
    public TreeViewItem TargetDropItem {get;}
    See Also