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