New to Telerik UI for BlazorStart a free 30-day trial

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:

C#
public enum SchedulerView

Fields

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.

C#
Agenda = 5

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.

C#
Day = 0

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.

C#
Month = 3

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.

C#
MultiDay = 1

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.

C#
Timeline = 4

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.

C#
Week = 2
In this article
DefinitionFieldsAgendaDayMonthMultiDayTimelineWeek
Not finding the help you need?
Contact Support