UITableView.DataSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object that acts as the data source for the table view.
public UIKit.IUITableViewDataSource DataSource { get; set; }
member this.DataSource : UIKit.IUITableViewDataSource with get, set
Property Value
This value can be null
.
Remarks
The data source must subclass UITableViewDataSource. MonoTouch provides an alternative to implementing both UITableViewDataSource and UITableViewDelegate: the UITableViewSource class which should be assigned to Source.