Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / DragTargetStyle Property

In This Topic
    DragTargetStyle Property
    In This Topic
    Gets of sets the style of the drag target item.
    Syntax
    'Declaration
     
    
    Public Property DragTargetStyle As C1Style
    public C1Style DragTargetStyle {get; set;}
    See Also