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

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