ComponentOne FlexPivot for WinForms
LabelSelection Property

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotPage Class : LabelSelection Property
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 System.Windows.Forms.ToolStripStatusLabel
public System.Windows.Forms.ToolStripStatusLabel LabelSelection {get;}
Remarks

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

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

See Also

Reference

C1FlexPivotPage Class
C1FlexPivotPage Members