[]
Configurates HideTrigger. Sets the actions that hide the Popup.
public PopupBuilder HideTrigger(PopupTrigger value)
Type | Name | Description |
---|---|---|
PopupTrigger | value | The value. |
Type | Description |
---|---|
PopupBuilder | Current builder. |
By default, the HideTrigger property is set to Blur, which hides the popup when it loses focus.If you set the HideTrigger property to Click, the popup will be hidden only when the owner element is clicked.If you set the HideTrigger property to None, the popup will be hidden only when the hide method is called.