Back to Devexpress

TimeSlotCollection Class

corelibraries-devexpress-dot-xtrascheduler-c718d601.md

latest2.8 KB
Original Source

TimeSlotCollection Class

A collection of time slots.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class TimeSlotCollection :
    UserInterfaceObjectCollection<TimeSlot>
vb
<ListBindable(BindableSupport.No)>
Public Class TimeSlotCollection
    Inherits UserInterfaceObjectCollection(Of TimeSlot)

The following members return TimeSlotCollection objects:

LibraryRelated API Members
WinForms ControlsDailyPrintStyle.TimeSlots
DayView.TimeSlots
ASP.NET Web Forms ControlsDayView.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.

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

Inheritance

Object DXCollectionBase<TimeSlot> DXCollection<TimeSlot> NotificationCollection<TimeSlot> DevExpress.XtraScheduler.SchedulerCollectionBase<TimeSlot> UserInterfaceObjectCollection<TimeSlot> TimeSlotCollection

See Also

TimeSlotCollection Members

TimeSlots

DevExpress.XtraScheduler Namespace