Search
ListViewSettings.setRotateGroupHeaderTexts Method
See Also
 






Sets a value indicating whether the group header texts in a horizontal list view are rotated.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setRotateGroupHeaderTexts (
    Boolean value
)

 Parameters

value

true to display the group header text rotated; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also