# C1.Web.Mvc.Popup.HideTrigger

## Content

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