New to Telerik UI for .NET MAUI? Start a free 30-day trial
Day View
The Day View represents a view that shows a single day.
Set the Day View
Add a DayViewDefinition
to the ViewDefinitions
collection of the RadScheduler
instance.
XAML
<telerik:RadScheduler x:Name="scheduler">
<telerik:RadScheduler.ViewDefinitions>
<telerik:DayViewDefinition />
</telerik:RadScheduler.ViewDefinitions>
</telerik:RadScheduler>
Properties
DayStartTime
—Defines the time used to indicate the start of the day.DayEndTime
—Defines the time used to indicate the end of the day.IsCurrentTimeIndicatorVisible
—Defines the value indicating whether the current time indicator is visible. For more details on this go to Current Time Indicator topic.MajorTickLength
—Defines the length of the major ticks.MinorTickLength
—Defines the length of the minor ticks.MinTimeRulerExtent
—Defines the minimum size of the time ruler in pixels.MaxTimeRulerExtent
—Defines the maximum size of the time ruler in pixels.TimeRulerWidth
—Defines the width of the time ruler in pixels.