corelibraries-devexpress-dot-utils-dot-notificationcollection-1.md
Represents a base class for collections that are able to send update notifications.
Namespace : DevExpress.Utils
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class NotificationCollection<T> :
DXCollection<T>,
IBatchUpdateable,
IBatchUpdateHandler
Public Class NotificationCollection(Of T)
Inherits DXCollection(Of T)
Implements IBatchUpdateable,
IBatchUpdateHandler
| Name |
|---|
| T |
The NotificationCollection class serves as a base from which the collections that can operate with update notifications are derived.
Show 72 items
Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> DoubleCollection
UserInterfaceObjectCollection<T>
ResourceCustomFieldMappingCollection
AppointmentCustomFieldMappingCollection
AppointmentDependencyBaseCollection
AppointmentDependencyCollection
AppointmentDependencyCustomFieldMappingCollection
FixedDurationIntervalCollection
GenericColorizerItemCollection<T>
MapItemAttributeMappingCollection
MapItemPropertyMappingCollection
SchedulerColorSchemaCollection
ElementNotificationCollection<T>
HierarchicalItemCollectionBase<T>
TreeMapNotificationCollection<T>
DxSchedulerResourceIdCollection
AppointmentResourceIdCollection
CustomFieldMappingCollectionBase<T>
ASPxAppointmentCustomFieldMappingCollection
ASPxResourceCustomFieldMappingCollection
MVCxAppointmentCustomFieldMappingCollection
BootstrapAppointmentLabelCollection
BootstrapAppointmentStatusCollection
See Also