The members of UIKit.UITableView are listed below.
See Also: Inherited members from UIKit.UIScrollView
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Initializes the UITableView with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Creates a table view with the given UITableView.Frame and UIKit.UITableViewStyle. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| AllowsMultipleSelection | bool. Whether more than one row can be selected (outside of editing mode). | |
| AllowsMultipleSelectionDuringEditing | bool. Whether more than one row can be selected while in editing mode. | |
| AllowsSelection | bool. Whether a row can be selected. | |
| AllowsSelectionDuringEditing | bool. Whether a row can be selected while in editing mode. | |
| [read-only] static | Appearance | UITableView.UITableViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] static | AutomaticDimension | nfloat. Represents the value associated with the constant UITableViewAutomaticDimension |
| BackgroundView | UIView. The background view of the table. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| DataSource | IUITableViewDataSource. The object that acts as the data source for the table view. | |
| Delegate | IUITableViewDelegate. An instance of the UIKit.UITableViewDelegate model class which acts as the class delegate. | |
| Editing | bool. Whether the table view is in editing mode. | |
| EstimatedRowHeight | nfloat. The estimated height of individual rows in this UITableView. | |
| EstimatedSectionFooterHeight | nfloat. The estimated height of section foots in this UITableView. | |
| EstimatedSectionHeaderHeight | nfloat. The estimated height of section headers in this UITableView. | |
| [read-only] | IndexPathForSelectedRow | Foundation.NSIndexPath. The Foundation.NSIndexPath for the currently-selected row. |
| [read-only] | IndexPathsForSelectedRows | Foundation.NSIndexPath[]. An array of Foundation.NSIndexPaths for the selected rows. |
| [read-only] | IndexPathsForVisibleRows | Foundation.NSIndexPath[]. An array of Foundation.NSIndexPaths for the set of currently-visible rows. |
| [read-only] static | IndexSearch | Foundation.NSString. Represents the value associated with the constant UITableViewIndexSearch |
| RowHeight | nfloat. The height of each row in this UITableView. | |
| SectionFooterHeight | nfloat. The height of section foots in this UITableView. | |
| SectionHeaderHeight | nfloat. The height of section headers in this UITableView. | |
| SectionIndexBackgroundColor | UIColor. The color used for the background of this UITableView's section index when it is not being touched. | |
| SectionIndexColor | UIColor. The color used for the index text of this UITableView. | |
| SectionIndexMinimumDisplayRowCount | nint. The number of rows required in a table view before the index list is displayed. | |
| SectionIndexTrackingBackgroundColor | UIColor. Specifies the background color of the index as the application user drags. | |
| [read-only] static | SelectionDidChangeNotification | Foundation.NSString. Notification constant for SelectionDidChange |
| SeparatorColor | UIColor. The color of the separator between rows in the table view. | |
| SeparatorEffect | UIVisualEffect. The UIKit.UIVisualEffect to be used on table separators. | |
| SeparatorInset | UIEdgeInsets. The default inset of cell separators. | |
| SeparatorStyle | UITableViewCellSeparatorStyle. The style of the separator between rows in the table view. | |
| Source | UITableViewSource. A MonoTouch-specific feature that uses a UIKit.UITableViewSource subclass to act as both UITableView.Delegate or UITableView.DataSource. | |
| [read-only] | Style | UITableViewStyle. Returns the style of the table view (read-only). |
| TableFooterView | UIView. Returns a view that is displayed below the table view. | |
| TableHeaderView | UIView. Returns a view that is displayed above the table view. | |
| [read-only] | VisibleCells | UITableViewCell[]. Returns an array of UIKit.UITableViewCell that are currently visible in the table view. |
| WeakDataSource | Foundation.NSObject. The data source for this UITableView. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
BeginUpdates()Call this method before inserting, updating or selecting rows that you wish to animate as one operation. UITableView.EndUpdates must be called after the modifications are complete. | ||
CellAt(Foundation.NSIndexPath)Returns the table cell at the specified index path. | ||
DeleteRows(Foundation.NSIndexPath[], UITableViewRowAnimation)Delete the rows referenced in the atIndexPaths array. The deletion can optionally be animated. | ||
DeleteSections(Foundation.NSIndexSet, UITableViewRowAnimation)Deletes a section (or sections) from a table view, with an option to animate the operation. | ||
DequeueReusableCell(Foundation.NSString)Returns a reusable table view cell that was created with the given ReuseIdentifier. | ||
DequeueReusableCell(string)Returns a reusable table view cell that was created with the given ReuseIdentifier. | ||
DequeueReusableCell(Foundation.NSString, Foundation.NSIndexPath)Returns a reusable table view cell for the given reuseIdentifier, properly sized for the indexPath. | ||
DequeueReusableCell(string, Foundation.NSIndexPath)Documentation for this section has not yet been entered. | ||
DequeueReusableHeaderFooterView(Foundation.NSString)Returns a reusable UIKit.UITableViewHeaderFooterView for the given reuseIdentifier. | ||
DequeueReusableHeaderFooterView(string)Documentation for this section has not yet been entered. | ||
DeselectRow(Foundation.NSIndexPath, bool)Deselect a given row in a table view, with an option to animate the deselection. | ||
EndUpdates()Finalize a series of method calls that insert, update or select rows to animate as one operation. UITableView.BeginUpdates() must be called before the modifications are made. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
GetFooterView(nint)The footer view for the specified section. | ||
GetHeaderView(nint)Returns the UIKit.UITableViewHeaderFooterView for the specified section. Returns null if there is no corresponding view. | ||
IndexPathForCell(UITableViewCell)Calculates the index path for the specified cell. | ||
IndexPathForRowAtPoint(CoreGraphics.CGPoint)Returns the Foundation.NSIndexPath for the row at the indicated point. | ||
InsertRows(Foundation.NSIndexPath[], UITableViewRowAnimation)Inserts rows into the UIKit.UITableView. | ||
InsertSections(Foundation.NSIndexSet, UITableViewRowAnimation)Inserts a section (or sections) from a table view, with an option to animate the operation. | ||
MoveRow(Foundation.NSIndexPath, Foundation.NSIndexPath)Moves a row from fromIndexPath to toIndexPath. | ||
MoveSection(nint, nint)Moves a section to a new location in the table view. | ||
NumberOfRowsInSection(nint)Returns the number of rows (table cells) in a given section. | ||
NumberOfSections()Returns the number of sections in the table view. | ||
RectForFooterInSection(nint)Returns the drawing area for the specified section's footer. | ||
RectForHeaderInSection(nint)Returns the drawing area for the specified section's header. | ||
RectForRowAtIndexPath(Foundation.NSIndexPath)Returns the drawing area for the specified row. | ||
RectForSection(nint)Returns the drawing area for the specified section. | ||
RegisterClassForCellReuse(Type, Foundation.NSString)Registers a type to provide UITableViewCells for a specific reuseIdentifier. | ||
RegisterClassForCellReuse(Type, string)Documentation for this section has not yet been entered. | ||
RegisterClassForHeaderFooterViewReuse(Type, Foundation.NSString)Registers a type to provide UIViews for headers or footers for a specific reuseIdentifier. | ||
RegisterClassForHeaderFooterViewReuse(Type, string)Documentation for this section has not yet been entered. | ||
RegisterNibForCellReuse(UINib, Foundation.NSString)Specifies the nib file to use for cells with the specified identifier. | ||
RegisterNibForCellReuse(UINib, string)Registers a nib object (containing a UIKit.UITableViewCell) with the given identifer string. | ||
RegisterNibForHeaderFooterViewReuse(UINib, Foundation.NSString)Specifies the nib file to use for headers or footers. | ||
RegisterNibForHeaderFooterViewReuse(UINib, string)Registers a nib object (containing a UIKit.UITableViewHeaderFooterView) with the given identifier string. | ||
ReloadData()Reloads the rows and sections in the table view. | ||
ReloadRows(Foundation.NSIndexPath[], UITableViewRowAnimation)Reloads specific rows with the given animation effect. | ||
ReloadSectionIndexTitles()Reloads the index bar long the right edge of a table view. | ||
ReloadSections(Foundation.NSIndexSet, UITableViewRowAnimation)Reloads specific sections with an animation effect. | ||
ScrollToNearestSelected(UITableViewScrollPosition, bool)Automatically scrolls the rows so that the selected row nearest to a given position is moved to that position. | ||
ScrollToRow(Foundation.NSIndexPath, UITableViewScrollPosition, bool)Automatically scrolls the table view until the specified row appears in the required position. | ||
SelectRow(Foundation.NSIndexPath, bool, UITableViewScrollPosition)Selects the given row, optionall scrolling the row to a specific location. | ||
SetEditing(bool, bool)Turns editing mode on or off. | ||