ComponentOne ASP.NET MVC Controls
ShowTrigger Property

C1.Web.Mvc Namespace > Popup Class : ShowTrigger Property
Gets or sets the actions that show the Popup.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ShowTrigger As PopupTrigger
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public PopupTrigger ShowTrigger {get; set;}
Remarks
By default, the ShowTrigger property is set to Click, which causes the popup to appear when the user clicks the owner element.If you set the ShowTrigger property to None, the popup will be shown only when the show method is called.
See Also

Reference

Popup Class
Popup Members