DayView.TimeScale Property
Gets or sets the time interval for the time slots in the working area of a scheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan value representing the time interval for time slots. |
Remarks
Use the TimeScale property to specify the time interval, representing the amount by which the time scale displayed in the scheduling area increments. This property’s value applies to the time slots and time rulers.
When assigning a value to the TimeScale property, it is automatically recalculated so as to be equal to the nearest TimeSlot.Value set for one of the time slots contained within the DayView.TimeSlots collection.