# C1.Web.Mvc.Popup.ShowTrigger

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Popup_ShowTrigger_" data-uid="C1.Web.Mvc.Popup.ShowTrigger*">ShowTrigger Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Popup_ShowTrigger_" data-uid="C1.Web.Mvc.Popup.ShowTrigger*"></a>
<h4 id="C1_Web_Mvc_Popup_ShowTrigger" data-uid="C1.Web.Mvc.Popup.ShowTrigger">ShowTrigger</h4>
<div class="markdown level1 summary"><p>Gets or sets the actions that show the Popup.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PopupTrigger ShowTrigger { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowTrigger As PopupTrigger</code></pre>
</div>
<h5 id="C1_Web_Mvc_Popup_ShowTrigger_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
