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

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