UIControllerFrom Property

Determines the Entity who's rows the UIController will perform it's iteration on.

Definition

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

Property Value

Entity

Remarks

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.

See Also