NotificationCollection<T> Class
In This Article
Represents a base class for collections that are able to send update notifications.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.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
Object
DXCollectionBase<T>
DXCollection<T>
NotificationCollection<T>
See Also