UIKit.UIViewController.Editing Property
true if the UIKit.UIViewController allows the application user to edit the UIKit.UIView contents.

Syntax

[get: Foundation.Export("isEditing")]
[set: Foundation.Export("setEditing:")]
public virtual bool Editing { get; set; }

See Also

UIViewController.EditButtonItem

Value

true if in editing mode, false otherwise.

Remarks

If the application developer wishes to allow editing in the UIKit.UIViewController, they should set this value to true. If the UIKit.UIBarButtonItem retrieved by the UIViewController.EditButtonItem is visible in the UIKit.UINavigationBar, that button’s UIBarItem.Title will reflect this value.

Requirements

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