Skip to main content
.NET 6.0+

BaseObjectSpace.IsCommitting Property

Indicates whether the Object Space is currently committing the changes made to its object(s).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsCommitting { get; }

Property Value

Type Description
Boolean

true, if the Object Space is currently committing changes; otherwise, false.

Implements

See Also