The members of UIKit.UITableViewCell are listed below.
See Also: Inherited members from UIKit.UIView
| 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. |
| 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. |
| Accessory | UITableViewCellAccessory. The type of standard accessory the cell should use (in its normal state). | |
| AccessoryView | UIView. A view on the right side of a UITableViewCell (normal state). | |
| [read-only] static | Appearance | UITableViewCell.UITableViewCellAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| BackgroundView | UIView. The UIView displayed in the background of this UITableViewCell. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | ContentView | UIView. Returns the content view of the cell object (read-only). |
| [read-only] | DetailTextLabel | UILabel. Returns the secondary label of the table cell (read-only). |
| Editing | bool. Whether the cell is in an editable state. | |
| EditingAccessory | UITableViewCellAccessory. The type of standard accessory the cell should use (in its editing state). | |
| EditingAccessoryView | UIView. A view on the right side of a UITableViewCell (editing state). | |
| [read-only] | EditingStyle | UITableViewCellEditingStyle. 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. |
| Highlighted | bool. Whether the cell is highlighted. | |
| [read-only] | ImageView | UIImageView. Returns the image view of the table cell (read-only). |
| IndentationLevel | nint. Sets the indentation level of a cell, shifting the position of the cell's content. | |
| IndentationWidth | nfloat. The width of each the indentation level. | |
| MultipleSelectionBackgroundView | UIView. The background view used when a cell is selected inside a table view that allows multiple selection. | |
| [read-only] | ReuseIdentifier | Foundation.NSString. A string that identifies a cell object so that it can be reused. |
| Selected | bool. Whether the cell is selected. | |
| SelectedBackgroundView | UIView. The view that is used as the cell's background when it is selected. | |
| SelectionStyle | UITableViewCellSelectionStyle. The selection style for a cell. | |
| SeparatorInset | UIEdgeInsets. How the separator between cells should be inset. | |
| ShouldIndentWhileEditing | bool. Whether the cell background is indented while in editing mode. | |
| ShowingDeleteConfirmation | bool. Whether the delete confirmation button is currently showing in the cell (read-only). | |
| ShowsReorderControl | bool. Whether the reordering control is currently showing in the cell (read-only). | |
| [read-only] | TextLabel | UILabel. Returns the label that displays the main text content in the cell (read-only). |
static | AppearanceWhenContainedIn(params Type[])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<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. | |
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. | ||