[]
Specifies actions that trigger open/close the Popup controls.
public enum PopupTrigger
Name | Description |
---|---|
Blur | When the owner element or the popup lose focus. |
BlurOwner | When the owner element loses focus. |
BlurPopup | When the popup loses focus. |
Click | When the user clicks the owner element or the popup. |
ClickOwner | When the user clicks the owner element. |
ClickPopup | When the user clicks the popup. |
HoverOwner | When the mouse hover the owner element. |
Leave | When the mouse leaves the owner element or the popup. |
None | No triggers; popups must be opened and closed using code. |