UIKit.UITableViewCellAccessory Enumeration
An enumeration of standard accessory controls that can be used by a UIKIt.UITableViewCell.

Syntax

[ObjCRuntime.Native]
public enum UITableViewCellAccessory

Remarks

Set the type of accessory to display in a UIKIt.UITableViewCell using the UIKIt.UITableViewCell.Accessory property.

Members

Member NameDescription
CheckmarkA tick is displayed on the right side of the cell. This accessory does not track touches. The table view's UIKit.UITableViewSource can manage check marks (possibly limiting the check mark to a single row) in the UIKIt.UITableViewSource.RowSelected(UITableView, Foundation.NSIndexPath) method.
DetailButtonA standard button indicating additional detail.
DetailDisclosureButtonA blue circular button containing a chevron (right-pointing arrow) is displayed on the right side of the cell. This accessory tracks touches separately from the rest of the cell.
DisclosureIndicatorA chevron (right-pointing arrow) is displayed on the right side of the cell. This accessory does not track touches.
NoneNo accessory is displayed. This is the default. Use this value to remove a previously-assigned accessory.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0