UIViewController.EditButtonItem Property

Definition

A UIBarButtonItem that toggles between statees "Edit" and "Done."

public virtual UIKit.UIBarButtonItem EditButtonItem { [Foundation.Export("editButtonItem")] get; }
member this.EditButtonItem : UIKit.UIBarButtonItem

Property Value

The standard “Edit” UIBarButtonItem.

Attributes

Remarks

The application developer should take the value returned by this function and apply it to one of the UIBarButtonItems in the NavigationItem. The UIBarButtonItem will reflect the value of the Editing property.

Applies to

See also