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

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