# C1.Win.FlexPivot.C1FlexPivotPage.LabelSelection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexPivot_C1FlexPivotPage_LabelSelection_" data-uid="C1.Win.FlexPivot.C1FlexPivotPage.LabelSelection*">LabelSelection Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexPivot_C1FlexPivotPage_LabelSelection_" data-uid="C1.Win.FlexPivot.C1FlexPivotPage.LabelSelection*"></a>
<h4 id="C1_Win_FlexPivot_C1FlexPivotPage_LabelSelection" data-uid="C1.Win.FlexPivot.C1FlexPivotPage.LabelSelection">LabelSelection</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripstatuslabel">ToolStripStatusLabel</a> that appears on the
right of the status strip docked to the bottom of the page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public ToolStripStatusLabel LabelSelection { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property LabelSelection As ToolStripStatusLabel</code></pre>
</div>
<h5 id="C1_Win_FlexPivot_C1FlexPivotPage_LabelSelection_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>By default, the text in this label is updated automatically when
the uses changes the selection on the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPage.FlexPivotGrid.html#C1_Win_FlexPivot_C1FlexPivotPage_FlexPivotGrid">FlexPivotGrid</a> or the
<a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPage.RawDataGrid.html#C1_Win_FlexPivot_C1FlexPivotPage_RawDataGrid">RawDataGrid</a>.</p>
<p>To change this behavior and show custom messages, set the 
<a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPage.ShowSelectionStatus.html#C1_Win_FlexPivot_C1FlexPivotPage_ShowSelectionStatus">ShowSelectionStatus</a> property to false and assign the text 
directly to the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPage.LabelStatus.html#C1_Win_FlexPivot_C1FlexPivotPage_LabelStatus">LabelStatus</a> control.</p>
</div>
</div>
