DayView.TimeScale Property
Gets or sets the time interval for the time slots in the scheduling area.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Use the TimeScale property to specify the time interval, which is the amount by which the time scale displayed in the scheduling area is incremented. This property's value applies to the time rulers in the scheduling area. When a new value is set for the TimeScale property, the division of hours is changed in the time ruler to reflect the specified increment.
NOTE
Note that the Time
#Examples
This example demonstrates how to customize the Day View within the SchedulerControl. To do this, it is necessary to modify the DayView object accessed via the SchedulerControl.DayView property.