MobileForms Toolkit Documentation

AdvancedList.SelectedCell Property

Gets or sets the cell that is selected within the currently selected row's RowTemplate.

public Cell SelectedCell {get; set;}

Remarks

Setting this property to null means that no cell is selected. If you set this property to a cell that is not selectable or that cell does not belong to currently selected row's RowTemplate's CellCollection, an ArgumentException is thrown.

See Also

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