Search
TimetableSettings.setOrientation Method
See Also
 






Sets the view orientation.

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

 Syntax

Java  Copy Code

public void setOrientation (
    Orientation value
)

 Parameters

value

A member of the Orientation enumeration. Set to null to use the corresponding value from the current theme.

 Remarks

A vertical timetable view displays cells for the same daytime in a row, and cells for the same date in a column. A horizontal timetable view displays cells for the same time of the day in a column, and cells for the same date in a row.

 See Also