DayViewBase.VisibleTime Property
Gets or sets the visible time interval of a day. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
public TimeSpanRange VisibleTime { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Time |
1. |
An object that specifies a time interval visible within a day. |
#Remarks
The VisibleTime property allows you to limit the time visible in the scheduler’s view.
Note
The Show
The View provides the capability to convert a string to this property’s value in XAML. The string should have the "<Start_time_value>-<End_time_value>"
format. For example, "6:00:00-15:00:00"
.