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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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 71 items
Object
DXCollectionBase<T>
DXCollection<T>
NotificationCollection<T>
See Also