DayView.TimeSlots Property
Gets the View’s collection of time slots.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimeSlotCollection | A TimeSlotCollection object that represents a time slot collection. |
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