Skip to main content

RealTimeSource.IgnoreItemEvents Property

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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