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

In This Topic
    IsResizable Property (C1Popup)
    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