UIControllerFrom Property
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Entity From { get; set; }
Public Property From As Entity
Get
Set
member From : Entity with get, set
Property Value
Entity The user will iterate these rows. The
EnterRow event will be invoked before the user parks on each row.
The
SavingRow event will be invoked for each row that was changed, and needs to be saved to the Database. See
SavingRow event for more information.
If this property was not set, the
UIController will behave as if an entity that infinite rows was set to it.