# C1.Win.FlexPivot.C1FlexPivotPage.ShowSelectionStatus

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexPivot_C1FlexPivotPage_ShowSelectionStatus_" data-uid="C1.Win.FlexPivot.C1FlexPivotPage.ShowSelectionStatus*">ShowSelectionStatus Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexPivot_C1FlexPivotPage_ShowSelectionStatus_" data-uid="C1.Win.FlexPivot.C1FlexPivotPage.ShowSelectionStatus*"></a>
<h4 id="C1_Win_FlexPivot_C1FlexPivotPage_ShowSelectionStatus" data-uid="C1.Win.FlexPivot.C1FlexPivotPage.ShowSelectionStatus">ShowSelectionStatus</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines whether the control should
automatically set the content of the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPage.LabelSelection.html#C1_Win_FlexPivot_C1FlexPivotPage_LabelSelection">LabelSelection</a>
to show the sum of the selected cells when the user makes selections
on the grids.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowSelectionStatus { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowSelectionStatus As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexPivot_C1FlexPivotPage_ShowSelectionStatus_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If you want to customize the selection messages, set this property
to false and set the text on the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPage.LabelStatus.html#C1_Win_FlexPivot_C1FlexPivotPage_LabelStatus">LabelStatus</a> to the
custom messages you want to show.</p>
</div>
</div>
