Skip to main content

DayView.TimeSlots Property

Gets the Day View's collection of time slots.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public TimeSlotCollection TimeSlots { get; }

#Property Value

Type Description
TimeSlotCollection

A DevExpress.XtraScheduler.TimeSlotCollection object that is a time slot collection.

#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