Enum Orientation
An enum that holds the orientation modes in the timeline Year view of the scheduler.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Orientation
Fields
| Name | Description |
|---|---|
| Horizontal | The horizontal orientation of the timeline year view. |
| Vertical | The vertical orientation of the timeline year view. |