Skip to main content
.NET 8.0+

OptimisticLockingAttribute.Enabled Property

Gets or sets whether optimistic locking is enabled.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.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