Method

iOSMobileTable.ReloadRow


Warning

This item was deprecated in version 2026r1. Please use iOSMobileTable.ReloadRowFromDataSource as a replacement.

Description

Reloads the table data for the section and row.

Use this method to reload a single cell row after changes have been made to its data (either from a DataSource or by changing the RowData).

In the SelectionChanged event handler, reload the cell row after changing its AccessoryType:

Var cell As MobileTableCellData = Me.RowData(section, row)
cell.AccessoryType = MobileTableCellData.AccessoryTypes.Checkmark
Me.ReloadRow(section, row)

Compatibility

Project Types

Mobile

Operating Systems

iOS