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

BaseObjectSpace.LockingCheckEnabled Property

Specifies whether or not the additional locking check is performed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool LockingCheckEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also