UIControllerStartFromLastRow Property
Gets or sets the value determining If the
UIController should start from the last row.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool StartFromLastRow { get; set; }
Public Property StartFromLastRow As Boolean
Get
Set
member StartFromLastRow : bool with get, set
Property Value
Boolean 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.