RealTimeSource.IgnoreItemEvents Property
Specifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the RealTimeSource does not handle PropertyChanged events; otherwise, false. |
Remarks
When the IgnoreItemEvents property is set to true, only the list changes are tracked. Modifications of particular property values are ignored.
See Also