Enum
SchedulerView

Controls which calendar layout and time period the Scheduler displays. Each view provides different granularity and organization of scheduling information.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum SchedulerView

Fields

Agenda

Lists appointments in table format grouped by date without time slot restrictions. Shows NumberOfDays worth of appointments with optional empty day filtering via HideEmptyAgendaDays. Ideal for appointment lists and text-heavy schedule presentations.

Declaration

cs-api-definition
Agenda = 5

Field Value

SchedulerView

Day

Displays appointments for a single day with hourly time slots. Shows detailed hour-by-hour scheduling with time slots from StartTime to EndTime. Ideal for detailed daily scheduling and appointment management.

Declaration

cs-api-definition
Day = 0

Field Value

SchedulerView

Month

Shows a full monthly calendar with day cells containing appointment summaries. Displays appointments as compact items within date cells, with ItemsPerSlot controlling visible appointment count. Best for long-term planning and monthly schedule overviews.

Declaration

cs-api-definition
Month = 3

Field Value

SchedulerView

MultiDay

Shows a custom number of consecutive days side by side. Configured through NumberOfDays to display flexible day ranges like 3-day or 10-day periods. Perfect for viewing multiple days while maintaining hourly detail.

Declaration

cs-api-definition
MultiDay = 1

Field Value

SchedulerView

Timeline

Arranges appointments in horizontal timeline format with time flowing left to right. Configured with NumberOfDays for multi-day timelines and ColumnWidth for spacing. Excellent for project scheduling and resource timeline visualization.

Declaration

cs-api-definition
Timeline = 4

Field Value

SchedulerView

Week

Presents a standard 7-day week with daily columns and hourly rows. Combines weekly overview with hourly detail for comprehensive week-at-a-glance scheduling. Most common view for business scheduling applications.

Declaration

cs-api-definition
Week = 2

Field Value

SchedulerView

In this article
DefinitionFieldsAgendaDayMonthMultiDayTimelineWeek
Not finding the help you need?
Contact Support