Skip to main content
A newer version of this page is available. .

TimeSlotCollection Class

A collection of time slots.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[ListBindable(BindableSupport.No)]
public class TimeSlotCollection :
    UserInterfaceObjectCollection<TimeSlot>

The following members return TimeSlotCollection objects:

Library Related API Members
WinForms Controls DailyPrintStyle.TimeSlots
DayView.TimeSlots
WPF Controls DayView.DefaultTimeSlots
DayView.TimeSlots
ASP.NET Controls and MVC Extensions DayView.TimeSlots

Remarks

The TimeSlotCollection represents a collection of TimeSlot objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation. The TimeSlotCollection.GetMinValue and TimeSlotCollection.GetMaxValue methods allow the minimum or maximum value of the time slot values contained in the collection to be obtained.

An instance of the TimeSlotCollection class can be accessed via the DayView.TimeSlots property of the DayView object.

Inheritance

See Also