DayView.VisibleTime Property
In This Article
Gets or sets the time interval visible in the working area of the Day View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public TimeOfDayInterval VisibleTime { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Use this property to limit the appointments shown by the time span.
Note
If the Daytrue
, and the Day
See Also