MobileForms Toolkit Documentation

AdvancedList.PreviousSelectableCell Method 

Moves to previous selectable cell.

public bool PreviousSelectableCell();

Return Value

True, if previous selectable cell existed, false otherwise.

Remarks

Changes the SelectedCell property to the previous selectable cell. If currently selected cell is the first selectable cell in the collection, sets SelectedCell to null which deselects all the cells. If no cell is selected (SelectedCell returns null), function selects the last selectable cell in the collection.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace | SelectedCell | NextSelectableCell