Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Window Class / IsDraggable Property

In This Topic
    IsDraggable Property (C1Window)
    In This Topic
    Gets or sets to make the popup draggable
    Syntax
    'Declaration
     
    
    Public Property IsDraggable As Boolean
    public bool IsDraggable {get; set;}
    See Also