UIControllerStartFromLastRow Property

Gets or sets the value determining If the UIController should start from the last row.

Definition

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

Property Value

Boolean

Remarks

If a StartOnRowWhere property was set, the StartFromLastRow property will cause the StartOnRowWhere property filter to be evaluated in descending order, causing the last matching row to be selected.

See Also