Header Visibility
11 Aug 20161 minute to read
The IsTextVisible
property can be used to enable the text area visibility in bottom area of SfRotator for providing additional information of items. IsTextVisible property is used to change the visibility of the Text panel that is displayed when SfRotatorItem collection is set and will have no effect when setting Item template.
NOTE
By default, the property value is false.
rotator.IsTextVisible = True;