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

In This Topic
    OpenTrigger Property (C1Window)
    In This Topic
    Gets or sets actions that trigger opening Popup controls.
    Syntax
    'Declaration
     
    
    Public Property OpenTrigger As PopupTrigger
    public PopupTrigger OpenTrigger {get; set;}
    See Also