C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / ShowSelectionStatus Property

In This Topic
ShowSelectionStatus Property (FlexPivotPage)
In This Topic
Gets or sets a value that determines whether the control should automatically set the content of the FlexPivotPage.LabelSelection to show the sum of the selected cells when the user makes selections on the grids.
Syntax
'Declaration
 
Public Property ShowSelectionStatus As Boolean
 
Remarks
If you want to customize the selection messages, set this property to false and set the text on the FlexPivotPage.LabelStatus to the custom messages you want to show.
See Also