Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPServerCollectionSource.TrackChanges Property

Gets or sets whether the XPServerCollectionSource tracks item changes.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also