Skip to main content
.NET 6.0+

XPServerCollectionSource.TrackChanges Property

Gets or sets whether the XPServerCollectionSource tracks item changes.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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