Back to Devexpress

NotificationCollection<T> Class

corelibraries-devexpress-dot-utils-dot-notificationcollection-1.md

latest7.6 KB
Original Source

NotificationCollection<T> Class

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

Declaration

csharp
public class NotificationCollection<T> :
    DXCollection<T>,
    IBatchUpdateable,
    IBatchUpdateHandler
vb
Public Class NotificationCollection(Of T)
    Inherits DXCollection(Of T)
    Implements IBatchUpdateable,
               IBatchUpdateHandler

Type Parameters

Name
T

Remarks

The NotificationCollection class serves as a base from which the collections that can operate with update notifications are derived.

Inheritance

Show 72 items

Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> DoubleCollection

HeatmapRangeStopCollection

KeyCollection

SankeyTitleCollection

ResourceIdCollection

TimeRulerCollection

WorkDaysCollection

UserInterfaceObjectCollection<T>

ResourceCollection

ResourceCustomFieldMappingCollection

AppointmentBaseCollection

ResourceBaseCollection

AppointmentCustomFieldMappingCollection

AppointmentDependencyBaseCollection

TimeIntervalCollection

TimeIntervalCollectionEx

AppointmentDependencyCollection

AppointmentDependencyCustomFieldMappingCollection

FixedDurationIntervalCollection

WeekIntervalCollection

ReminderCollection

AppointmentCollection

ColorCollection

ColorizerKeyCollection

DoubleCollection

GenericColorizerItemCollection<T>

HeatmapPointCollection

LegendCollection

MapItemAttributeCollection

MapItemAttributeMappingCollection

MapItemCollection

MapItemPropertyMappingCollection

MapLegendItemCollection

OwnedCollection<T>

SelectedItemCollection

SqlGeometryItemCollection

AppointmentLabelCollection

AppointmentStatusCollection

ReportViewCollection

SchedulerColorSchemaCollection

DoubleCollection

ElementNotificationCollection<T>

GroupDataMemberCollection

HierarchicalItemCollectionBase<T>

LegendCollection

Palette

SunburstItemCollection

TitleCollection

TreeMapItemCollection

TreeMapNotificationCollection<T>

DxSchedulerResourceIdCollection

PaletteColorCollection

AppointmentResourceIdCollection

CustomFieldMappingCollectionBase<T>

DayIntervalCollection

MappingCollection

MonthIntervalCollection

TimeScaleCollection

TimeSlotCollection

AppointmentLabelCollection

AppointmentStatusCollection

ASPxAppointmentCustomFieldMappingCollection

ASPxResourceCustomFieldMappingCollection

MVCxAppointmentCustomFieldMappingCollection

MVCxTimeRulerCollection

RangeStopCollection

BootstrapAppointmentLabelCollection

BootstrapAppointmentStatusCollection

See Also

NotificationCollection<T> Members

DevExpress.Utils Namespace