UIKit.UITableViewDataSource_Extensions Members

The members of UIKit.UITableViewDataSource_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
CanEditRow(this IUITableViewDataSource, UITableView, Foundation.NSIndexPath) : bool
Whether the row located at should be editable.
static
CanMoveRow(this IUITableViewDataSource, UITableView, Foundation.NSIndexPath) : bool
Whether the row located at can be moved to another location in the table view.
static
CommitEditingStyle(this IUITableViewDataSource, UITableView, UITableViewCellEditingStyle, Foundation.NSIndexPath)
Commits the insertion or deletion of the specified row.
static
MoveRow(this IUITableViewDataSource, UITableView, Foundation.NSIndexPath, Foundation.NSIndexPath)
Called when a row has been moved so that the data source can 'implement' the changed row position that has been performed in the user interface. This ensures the data is kept in-sync with what is being displayed.
static
NumberOfSections(this IUITableViewDataSource, UITableView) : nint
Returns the number of sections that are required to display the data.
static
SectionFor(this IUITableViewDataSource, UITableView, string, nint) : nint
Returns the index of the section with the given and .
static
SectionIndexTitles(this IUITableViewDataSource, UITableView) : string[]
Returns an array of titles to be displayed as an index on the table view.
static
TitleForFooter(this IUITableViewDataSource, UITableView, nint) : string
Called to populate the footer for the specified section.
static
TitleForHeader(this IUITableViewDataSource, UITableView, nint) : string
Called to populate the header for the specified section.