The properties of UIKit.UITableView are listed below. For a list of all members, see the UITableView Members list.
See Also: Inherited members from UIKit.UIScrollView
| 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 |