Skip to main content

NotificationCollection<T> Class

Represents a base class for collections that are able to send update notifications.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public class NotificationCollection<T> :
    DXCollection<T>,
    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 75 items
Object
DXCollectionBase<T>
DXCollection<T>
NotificationCollection<T>
See Also