Skip to main content
A newer version of this page is available. .

Session.IsObjectsSaving Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[Browsable(false)]
public bool IsObjectsSaving { get; }

Property Value

Type Description
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