'Declaration Public ReadOnly Property LabelSelection As ToolStripStatusLabel
public ToolStripStatusLabel LabelSelection {get;}
'Declaration Public ReadOnly Property LabelSelection As ToolStripStatusLabel
public ToolStripStatusLabel LabelSelection {get;}
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.