Back to Devexpress

Session.IsObjectsSaving Property

xpo-devexpress-dot-xpo-dot-session-20bc3381.md

latest1.2 KB
Original Source

Session.IsObjectsSaving Property

Indicates whether persistent objects are being saved to a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public bool IsObjectsSaving { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsObjectsSaving As Boolean

Property Value

TypeDescription
Boolean

true if persistent objects are being saved to a data store; otherwise, false.

|

Remarks

After persistent objects have been saved, the Session.ObjectsSaved event is fired.

See Also

ObjectSaved

Session Class

Session Members

DevExpress.Xpo Namespace