Skip to main content
.NET 6.0+

OptimisticLockingAttribute.Enabled Property

Gets or sets whether optimistic locking is enabled.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
Boolean

true to enable optimistic locking; otherwise, false.

See Also