UIViewController.EditButtonItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.