UIKit.UITableView: Property Members

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

Public Properties

AllowsMultipleSelectionbool. Whether more than one row can be selected (outside of editing mode).
AllowsMultipleSelectionDuringEditingbool. Whether more than one row can be selected while in editing mode.
AllowsSelectionbool. Whether a row can be selected.
AllowsSelectionDuringEditingbool. Whether a row can be selected while in editing mode.
[read-only]
static
AppearanceUITableView.UITableViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
static
AutomaticDimensionnfloat. Represents the value associated with the constant UITableViewAutomaticDimension
BackgroundViewUIView. The background view of the table.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DataSourceIUITableViewDataSource. The object that acts as the data source for the table view.
DelegateIUITableViewDelegate. An instance of the UIKit.UITableViewDelegate model class which acts as the class delegate.
Editingbool. Whether the table view is in editing mode.
EstimatedRowHeightnfloat. The estimated height of individual rows in this UITableView.
EstimatedSectionFooterHeightnfloat. The estimated height of section foots in this UITableView.
EstimatedSectionHeaderHeightnfloat. The estimated height of section headers in this UITableView.
[read-only]
IndexPathForSelectedRowFoundation.NSIndexPath. The Foundation.NSIndexPath for the currently-selected row.
[read-only]
IndexPathsForSelectedRowsFoundation.NSIndexPath[]. An array of Foundation.NSIndexPaths for the selected rows.
[read-only]
IndexPathsForVisibleRowsFoundation.NSIndexPath[]. An array of Foundation.NSIndexPaths for the set of currently-visible rows.
[read-only]
static
IndexSearchFoundation.NSString. Represents the value associated with the constant UITableViewIndexSearch
RowHeightnfloat. The height of each row in this UITableView.
SectionFooterHeightnfloat. The height of section foots in this UITableView.
SectionHeaderHeightnfloat. The height of section headers in this UITableView.
SectionIndexBackgroundColorUIColor. The color used for the background of this UITableView's section index when it is not being touched.
SectionIndexColorUIColor. The color used for the index text of this UITableView.
SectionIndexMinimumDisplayRowCountnint. The number of rows required in a table view before the index list is displayed.
SectionIndexTrackingBackgroundColorUIColor. Specifies the background color of the index as the application user drags.
[read-only]
static
SelectionDidChangeNotificationFoundation.NSString. Notification constant for SelectionDidChange
SeparatorColorUIColor. The color of the separator between rows in the table view.
SeparatorEffectUIVisualEffect. The UIKit.UIVisualEffect to be used on table separators.
SeparatorInsetUIEdgeInsets. The default inset of cell separators.
SeparatorStyleUITableViewCellSeparatorStyle. The style of the separator between rows in the table view.
SourceUITableViewSource. A MonoTouch-specific feature that uses a UIKit.UITableViewSource subclass to act as both UITableView.Delegate or UITableView.DataSource.
[read-only]
StyleUITableViewStyle. Returns the style of the table view (read-only).
TableFooterViewUIView. Returns a view that is displayed below the table view.
TableHeaderViewUIView. Returns a view that is displayed above the table view.
[read-only]
VisibleCellsUITableViewCell[]. Returns an array of UIKit.UITableViewCell that are currently visible in the table view.
WeakDataSourceFoundation.NSObject. The data source for this UITableView.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type