Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
The view modes of the scheduler.
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
public enum SchedulerView
Calendar view displaying a weekly summary in a table format.
Declaration
Agenda = 5
Field Value
SchedulerView
Calendar view displaying a single day
Day = 0
Calendar view displaying a whole month
Month = 3
Calendar view displaying a specific number of days, specified by a parameter
MultiDay = 1
Calendar view displaying items in horizontal arrangement.
Timeline = 4
Calendar view displaying a whole week
Week = 2