Skip to main content
.NET 6.0+

BaseObjectSpace.LockingCheckEnabled Property

Specifies whether or not the additional locking check is performed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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