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

In This Topic
LabelSelection Property (FlexPivotPage)
In This Topic
Gets the System.Windows.Forms.ToolStripStatusLabel that appears on the right of the status strip docked to the bottom of the page.
Syntax
'Declaration
 
Public ReadOnly Property LabelSelection As ToolStripStatusLabel
 
Remarks

By default, the text in this label is updated automatically when the uses changes the selection on the FlexPivotPage.FlexPivotGrid or the FlexPivotPage.RawDataGrid.

To change this behavior and show custom messages, set the FlexPivotPage.ShowSelectionStatus property to false and assign the text directly to the FlexPivotPage.LabelStatus control.

See Also