# C1.Web.Mvc.Popup.Modal

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Popup_Modal_" data-uid="C1.Web.Mvc.Popup.Modal*">Modal Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Popup_Modal_" data-uid="C1.Web.Mvc.Popup.Modal*"></a>
<h4 id="C1_Web_Mvc_Popup_Modal" data-uid="C1.Web.Mvc.Popup.Modal">Modal</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines whether the Popup should be displayed as a modal dialog.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Modal { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Modal As Boolean</code></pre>
</div>
<h5 id="C1_Web_Mvc_Popup_Modal_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Modal dialogs show a dark backdrop that makes the Popup stand out from other content on the page.If you want to make a dialog truly modal, also set the HideTrigger property to None, so users won't be able to click the backdrop to dismiss the dialog. In this case, the dialog will close only if the close method is called or if the user presses the Escape key.</p>
</div>
</div>
