ArcGISRuntimeXamarin.SearchResultsViewController.ShouldHighlightRow C# (CSharp) Method

ShouldHighlightRow() public method

public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
tableView UITableView
rowIndexPath NSIndexPath
return bool
        public override bool ShouldHighlightRow(UITableView tableView, NSIndexPath rowIndexPath)
        {
            return true;
        }