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

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