UITableViewController.TableView Property

Definition

A reference to the UITableView that is managed by the controller.

public virtual UIKit.UITableView TableView { [Foundation.Export("tableView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTableView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TableView : UIKit.UITableView with get, set

Property Value

Attributes

Applies to