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

RealTimeSource.IgnoreItemEvents Property

Specifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

[DefaultValue(false)]
public bool IgnoreItemEvents { get; set; }

Property Value

Type Default Description
Boolean **false**

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