Back to Devexpress

XpoDefault.IsObjectModifiedOnNonPersistentPropertyChange Property

xpo-devexpress-dot-xpo-dot-xpodefault-bcaba33a.md

latest1.2 KB
Original Source

XpoDefault.IsObjectModifiedOnNonPersistentPropertyChange Property

Specifies whether or not a persistent object is marked modified when its non-persistent property value is changed.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static bool IsObjectModifiedOnNonPersistentPropertyChange { get; set; }
vb
Public Shared Property IsObjectModifiedOnNonPersistentPropertyChange As Boolean

Property Value

TypeDescription
Boolean

true , if a persistent object is marked modified when its non-persistent property value is changed; otherwise - false.

|

See Also

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace