XPServerCollectionSource.TrackChanges Property
Gets or sets whether the XPServerCollectionSource tracks item changes.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to raise the ListChange event after an item has been changed; otherwise, false. |
See Also