Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.LockingCheckEnabled Property

Specifies whether or not the additional locking check is performed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool LockingCheckEnabled { get; set; }

Property Value

Type Description
Boolean

true, when the additional locking check is performed; otherwise - false.

See Also