# C1.Web.Mvc.MultiSelect-1.SelectAllLabel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_MultiSelect_1_SelectAllLabel_" data-uid="C1.Web.Mvc.MultiSelect`1.SelectAllLabel*">SelectAllLabel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_MultiSelect_1_SelectAllLabel_" data-uid="C1.Web.Mvc.MultiSelect`1.SelectAllLabel*"></a>
<h4 id="C1_Web_Mvc_MultiSelect_1_SelectAllLabel" data-uid="C1.Web.Mvc.MultiSelect`1.SelectAllLabel">SelectAllLabel</h4>
<div class="markdown level1 summary"><p>Gets or sets the string to be used as a label for the &quot;Select All&quot; checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string SelectAllLabel { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property SelectAllLabel As String</code></pre>
</div>
<h5 id="C1_Web_Mvc_MultiSelect_1_SelectAllLabel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is set to null by default, which causes the control to show a localized version of the string &quot;Select All&quot;.</p>
</div>
</div>
