How can I get Setting/About when I click on it? its a tableview can I get data onclick?
var section = new TableSection () {
new TextCell {Text = "Settings"},
new TextCell {Text = "About "},
};
var root = new TableRoot () {section} ;
tableView = new TableView ()
{
Root = root,
Intent = TableIntent.Menu,
};