DayView.TimeSlots Property
In This Article
Gets the View’s collection of time slots.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public TimeSlotCollection TimeSlots { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The TimeSlots property provides access to the TimeSlotCollection object which represents 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).
The members of the TimeSlotCollection determines how the DayView.TimeScale value is recalculated when assigned.
See Also