Enum
SchedulerViewType

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public enum SchedulerViewType

Fields

Agenda

Specifies that the scheduler view is agenda view

Declaration

cs-api-definition
Agenda = 6

Field Value

SchedulerViewType

Day

Specifies that the scheduler view is day view

Declaration

cs-api-definition
Day = 0

Field Value

SchedulerViewType

Month

Specifies that the scheduler view is month view

Declaration

cs-api-definition
Month = 4

Field Value

SchedulerViewType

MultiDay

Specifies that the scheduler view is a multi-day view

Declaration

cs-api-definition
MultiDay = 1

Field Value

SchedulerViewType

Timeline

Specifies that the scheduler view is timeline view

Declaration

cs-api-definition
Timeline = 5

Field Value

SchedulerViewType

Week

Specifies that the scheduler view is week view

Declaration

cs-api-definition
Week = 2

Field Value

SchedulerViewType

WorkWeek

Specifies that the scheduler view is workweek view

Declaration

cs-api-definition
WorkWeek = 3

Field Value

SchedulerViewType