UIKit.UITableViewCell Members

The members of UIKit.UITableViewCell are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UITableViewCell with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.
Create a table cell with the given style and reuse identifier.
Create a table cell with the given style and reuse identifier.

Protected Constructors

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.

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).

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UITableViewCell.UITableViewCellAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
DidTransitionToState(UITableViewCellState)
Called on the cell just after it transitions between cell states.
static
GetAppearance(UITraitCollection) : UITableViewCell.UITableViewCellAppearance
Returns an appearance proxy for the specified traits.
static
GetAppearance(UITraitCollection, params Type[]) : UITableViewCell.UITableViewCellAppearance
Returns an appearance proxy for the specified traits when found in the containers containment hierarchy.
static
GetAppearance<T>() : UITableViewCell.UITableViewCellAppearance
Obtains the appearance proxy UIKit.UITableViewCell.UITableViewCellAppearance for the subclass of UITableViewCell.
static
GetAppearance<T>(UITraitCollection) : UITableViewCell.UITableViewCellAppearance
Obtains the appearance proxy UIKit.UITableViewCell.UITableViewCellAppearance for the subclass of UITableViewCell.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UITableViewCell.UITableViewCellAppearance
Obtains the appearance proxy UIKit.UITableViewCell.UITableViewCellAppearance for the subclass of UITableViewCell that has the specified trait collection when the view is hosted in the specified hierarchy.
PrepareForReuse()
Prepares a cell for reuse by the table view's UIKit.UITableViewSource.
SetEditing(bool, bool)
Toggles the cell in and out of editing mode.
SetHighlighted(bool, bool)
Sets the highlighted state of the cell, optionally animating the transition between states.
SetSelected(bool, bool)
Sets the selected state of the cell, optionally animating the transition between the states.
WillTransitionToState(UITableViewCellState)
Called on the cell just before it transitions between states.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UITableViewCell object.