Back to Devexpress

RealTimeSource.IgnoreItemEvents Property

corelibraries-devexpress-dot-data-dot-realtimesource-b93014e7.md

latest1.5 KB
Original Source

RealTimeSource.IgnoreItemEvents Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(false)]
public bool IgnoreItemEvents { get; set; }
vb
<DefaultValue(False)>
Public Property IgnoreItemEvents As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

RealTimeSource Class

RealTimeSource Members

DevExpress.Data Namespace