WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / C1Popup Class / AutoClose Property
In This Topic
    AutoClose Property (C1Popup)
    In This Topic
    Gets or sets whether the popup will close automatically when tapping outside the popup.
    Syntax
    public bool AutoClose {get; set;}
    Remarks
    See CloseOnLostFocus and CloseOnWindowChanged for more options.
    See Also