UIKit.UITableViewCell.AccessoryView Property
A view on the right side of a UITableViewCell (normal state).

Syntax

[get: Foundation.Export("accessoryView")]
[set: Foundation.Export("setAccessoryView:")]
public virtual UIView AccessoryView { get; set; }

Value

This value can be null.

Remarks

If this property is not null then the cell uses the given view as the accessory (for the normal state). The value of the UITableViewCell.Accessory is ignored when AccessoryView is set. The custom accessory view can be a control, a label or a custom view.

The accessory view cross-fades between normal and editing states if it is set for both states; use the UITableViewCell.EditingAccessoryView property to set a custom accessory view to be displayed in editing mode. If an accessory is not defined for both states (normal and editing) the the accessory view is animated to slide in or out, as required.

Requirements

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