corelibraries-devexpress-dot-xtrascheduler-dot-userinterfaceobjectcollection-1.md
Represents a base collection for user interface objects.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public abstract class UserInterfaceObjectCollection<T> :
SchedulerCollectionBase<T>,
IStorageCollection<T>,
IEnumerable<T>,
IEnumerable,
ICollection
where T : IUserInterfaceObject
Public MustInherit Class UserInterfaceObjectCollection(Of T As IUserInterfaceObject)
Inherits SchedulerCollectionBase(Of T)
Implements IStorageCollection(Of T),
IEnumerable(Of T),
IEnumerable,
ICollection
| Name |
|---|
| T |
The UserInterfaceObjectCollection<T> class serves as a base for collections which contain different user interface objects (the UserInterfaceObject descendants). The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items.
Show 14 items
Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> DevExpress.XtraScheduler.SchedulerCollectionBase<T> UserInterfaceObjectCollection<T> TimeScaleCollection
BootstrapAppointmentLabelCollection
BootstrapAppointmentStatusCollection
See Also