Class CalendarNavigationPanelPosition
Defines the constants that specify how the fixed panel holding the navigation calendars is displayed.
Inheritance
System.Object
CalendarNavigationPanelPosition
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public sealed class CalendarNavigationPanelPosition : Enum
Fields
Hidden
No navigation calendars are visible.
Declaration
public const CalendarNavigationPanelPosition Hidden
Field Value
| Type |
|---|
| CalendarNavigationPanelPosition |
Left
Navigation calendars are positioned to the left of Schedule display.
Declaration
public const CalendarNavigationPanelPosition Left
Field Value
| Type |
|---|
| CalendarNavigationPanelPosition |
Right
Navigation calendars are positioned to the right of Schedule display.
Declaration
public const CalendarNavigationPanelPosition Right
Field Value
| Type |
|---|
| CalendarNavigationPanelPosition |