# C1.Web.Mvc.Popup.Owner

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Popup_Owner_" data-uid="C1.Web.Mvc.Popup.Owner*">Owner Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Popup_Owner_" data-uid="C1.Web.Mvc.Popup.Owner*"></a>
<h4 id="C1_Web_Mvc_Popup_Owner" data-uid="C1.Web.Mvc.Popup.Owner">Owner</h4>
<div class="markdown level1 summary"><p>Gets or sets the selector string to determine the element that own this popup.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Owner { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Owner As String</code></pre>
</div>
<h5 id="C1_Web_Mvc_Popup_Owner_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the Owner is null or invalidate, the Popup behaves like a dialog. It is centered on the screen and must be shown using the client show method.</p>
</div>
</div>
