Specifies orientation for calendar elements.
Namespace: MindFusion.Scheduling
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Horizontal |
Indicates a horizontal orientation. |
![]() |
Vertical |
Indicates a vertical orientation. |
RemarksThe Orientation enumeration is also used by the TimetableSettings.orientation property.
ExampleThe following code sets the orientation of items in a ListView to horizontal.
JavaScript
Copy Code
|
|---|
| var p = MindFusion.Scheduling; calendar.listSettings.orientation = p.Orientation.Horizontal; |
See Also