ComponentOne ASP.NET MVC Controls
HideTrigger Method

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : HideTrigger Method
The value.
Configurates C1.Web.Mvc.Popup.HideTrigger. Sets the actions that hide the Popup.
Syntax
'Declaration
 
Public Function HideTrigger( _
   ByVal value As PopupTrigger _
) As PopupBuilder
public PopupBuilder HideTrigger( 
   PopupTrigger value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
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.
See Also

Reference

PopupBuilder Class
PopupBuilder Members