DayView.DefaultTimeSlots Property
In This Article
Provides access to the Day View's collection of default time slots.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A DevExpress. |
#Remarks
The DefaultTimeSlots property is used when there are no items in the DayView.TimeSlots collection (this collection is empty if you have not added any custom time slots for the DayView of the SchedulerControl).
For internal use only.
See Also