Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / AllowDragDrop Property

In This Topic
    AllowDragDrop Property
    In This Topic
    Gets or sets a value indicating whether this C1TreeView allows drag-and-drop operations.
    Syntax
    'Declaration
     
    
    Public Property AllowDragDrop As Boolean
    public bool AllowDragDrop {get; set;}
    See Also