UIKit.UITableViewCell: Property Members

The properties of UIKit.UITableViewCell are listed below. For a list of all members, see the UITableViewCell Members list.

See Also: Inherited members from UIKit.UIView

Public Properties

AccessoryUITableViewCellAccessory. The type of standard accessory the cell should use (in its normal state).
AccessoryViewUIView. A view on the right side of a UITableViewCell (normal state).
[read-only]
static
AppearanceUITableViewCell.UITableViewCellAppearance. Strongly-typed property that returns the UIAppearance class for this class.
BackgroundViewUIView. The UIView displayed in the background of this UITableViewCell.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ContentViewUIView. Returns the content view of the cell object (read-only).
[read-only]
DetailTextLabelUILabel. Returns the secondary label of the table cell (read-only).
Editingbool. Whether the cell is in an editable state.
EditingAccessoryUITableViewCellAccessory. The type of standard accessory the cell should use (in its editing state).
EditingAccessoryViewUIView. A view on the right side of a UITableViewCell (editing state).
[read-only]
EditingStyleUITableViewCellEditingStyle. The editing style of the cell (read-only). Returns whether the cell is in an editable state, and if so whether it is showing an insertion or deletion control.
Highlightedbool. Whether the cell is highlighted.
[read-only]
ImageViewUIImageView. Returns the image view of the table cell (read-only).
IndentationLevelnint. Sets the indentation level of a cell, shifting the position of the cell's content.
IndentationWidthnfloat. The width of each the indentation level.
MultipleSelectionBackgroundViewUIView. The background view used when a cell is selected inside a table view that allows multiple selection.
[read-only]
ReuseIdentifierFoundation.NSString. A string that identifies a cell object so that it can be reused.
Selectedbool. Whether the cell is selected.
SelectedBackgroundViewUIView. The view that is used as the cell's background when it is selected.
SelectionStyleUITableViewCellSelectionStyle. The selection style for a cell.
SeparatorInsetUIEdgeInsets. How the separator between cells should be inset.
ShouldIndentWhileEditingbool. Whether the cell background is indented while in editing mode.
ShowingDeleteConfirmationbool. Whether the delete confirmation button is currently showing in the cell (read-only).
ShowsReorderControlbool. Whether the reordering control is currently showing in the cell (read-only).
[read-only]
TextLabelUILabel. Returns the label that displays the main text content in the cell (read-only).