Back to Devexpress

DayView.TimeSlots Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-dayview-9fe92d56.md

latest1.7 KB
Original Source

DayView.TimeSlots Property

Gets the View’s collection of time slots.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public TimeSlotCollection TimeSlots { get; }
vb
Public ReadOnly Property TimeSlots As TimeSlotCollection

Property Value

TypeDescription
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

DayView Class

DayView Members

DevExpress.Web.ASPxScheduler Namespace