UIControllerRowLocking Property

Gets or sets the value determining the UIController's row locking strategy

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public LockingStrategy RowLocking { get; set; }

Property Value

LockingStrategy

Implements

ITaskRowLocking

Remarks

For more information see LockingStrategy

See Also