Back to Devexpress

Session.IsObjectModifiedOnNonPersistentPropertyChange Property

xpo-devexpress-dot-xpo-dot-session-f3c61b37.md

latest1.3 KB
Original Source

Session.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 bool? IsObjectModifiedOnNonPersistentPropertyChange { get; set; }
vb
Public Property IsObjectModifiedOnNonPersistentPropertyChange As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

Session Class

Session Members

DevExpress.Xpo Namespace