UIKit
UITableView
Source
UIKit.UITableView.Source Property
A MonoTouch-specific feature that uses a
UIKit.UITableViewSource
subclass to act as both
UITableView.Delegate
or
UITableView.DataSource
.
Syntax
public
UITableViewSource
Source
{ get; set; }
Value
A class that can behave as both
UITableView.Delegate
and
UITableView.DataSource
for the table view.
Remarks
MonoTouch provides the
UIKit.UITableViewSource
class as an alternative to implementing both
UIKit.UITableViewDataSource
and
UIKit.UITableViewDelegate
. If a subclass of
UIKit.UITableViewSource
is created and assigned to this property, the
UITableView.DataSource
and
UITableView.Delegate
properties should not be set.
Requirements
Namespace:
UIKit
Assembly:
Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions:
0.0.0.0