Skip to main content
A newer version of this page is available. .

NotificationCollection<T> Class

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

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 66 items
Object
DXCollectionBase<T>
DXCollection<T>
NotificationCollection<T>
See Also