ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / DropAction Property

In This Topic
    DropAction Property
    In This Topic
    Gets or sets a value indicating the action that will be performed when the user drops a drag C1TreeViewItem into a drop target C1TreeViewItem.
    Syntax
    'Declaration
     
    Public Property DropAction As DropAction
    public DropAction DropAction {get; set;}
    See Also