Search
CellSettings.setRotateHeader Method
See Also
 






Sets a value indicating whether to rotate the header text when the header position is set to Position.Left or Position.Right.

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

 Syntax

Java  Copy Code

public void setRotateHeader (
    Boolean value
)

 Parameters

value

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

 See Also