UIKit.UITableView.DataSource Property
The object that acts as the data source for the table view.

Syntax

public IUITableViewDataSource DataSource { get; set; }

Value

This value can be null.

Remarks

The data source must subclass UIKit.UITableViewDataSource. MonoTouch provides an alternative to implementing both UIKit.UITableViewDataSource and UIKit.UITableViewDelegate: the UIKit.UITableViewSource class which should be assigned to UITableView.Source.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0