Back to Devexpress

XPServerCollectionSource.TrackChanges Property

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-10d7fab9.md

latest1.2 KB
Original Source

XPServerCollectionSource.TrackChanges Property

Gets or sets whether the XPServerCollectionSource tracks item changes.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to raise the ListChange event after an item has been changed; otherwise, false.

|

See Also

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace