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

NonPersistentObjectSpace.AutoSetModifiedOnObjectChange Property

Specifies whether the current non-persistent Object Space adds objects to the ModifiedObjects collection when they raise the PropertyChanged event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool AutoSetModifiedOnObjectChange { get; set; }

Property Value

Type Description
Boolean

true, if the current non-persistent Object Space adds objects to the ModifiedObjects collection when they raise the PropertyChanged event; otherwise, false. The default value equals the AutoSetModifiedOnObjectChangeByDefault static field’s value.

Remarks

Use this property to track modifications of non-persistent objects that implement the INotifyPropertyChanged interface.

See Also