DayView.TimeSlots Property
In This Article
Gets the Day View's collection of time slots.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A DevExpress. |
#Remarks
The TimeSlots property provides access to the DevExpress.XtraScheduler.TimeSlotCollection object which specifies a collection of time slots within the Day View. The collection's properties and methods can be used to manipulate individual collection items (instances of the TimeSlot class).
See Also