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

In This Topic
    CloseDelay Property (C1Popup)
    In This Topic
    Gets or sets delay time before close the Popup controls.
    Syntax
    'Declaration
     
    
    Public Property CloseDelay As Integer
    public int CloseDelay {get; set;}
    See Also