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

XPObjectSpace.TrackPropertyModifications Field

Specifies whether or not the current Session tracks persistent object property modifications.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v21.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public static bool TrackPropertyModifications

Field Value

Type Description
Boolean

true, if the Session tracks persistent object property modifications; otherwise, false.

Remarks

For more information, refer to the TrackPropertiesModifications property description.

See Also