Represents a base class for collections that are able to send update notifications.
public class NotificationCollection<T> : DXCollection<T>, IBatchUpdateable, IBatchUpdateHandler
Public Class NotificationCollection(of T) Inherits DXCollection(of T), IBatchUpdateable, IBatchUpdateHandler
The NotificationCollection class serves as a base from which the collections that can operate with update notifications are derived.
System.Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> AppointmentBaseCollection AppointmentCollection AppointmentCustomFieldMappingCollection AppointmentDependencyBaseCollection AppointmentDependencyCollection AppointmentDependencyCustomFieldMappingCollection AppointmentResourceIdCollection CustomFieldMappingCollectionBase<T> DayIntervalCollection DevExpress.XtraScheduler.DiscreteIntervalCollection DevExpress.XtraCharts.DoubleCollection FixedDurationIntervalCollection DevExpress.XtraCharts.KeyCollection MappingCollection MonthIntervalCollection DevExpress.Utils.NamedItemNotificationCollection<T> ReminderCollection ResourceBaseCollection ResourceCollection ResourceCustomFieldMappingCollection ResourceIdCollection TimeIntervalCollection TimeIntervalCollectionEx TimeRulerCollection TimeScaleCollection TimeSlotCollection UserInterfaceObjectCollection<T> WeekIntervalCollection WorkDaysCollection