EnumSchedulerView
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:
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.
Day
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.
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.
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.
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.