UINavigationItem.BackBarButtonItem Property

Definition

The UIBarButtonItem used for "Back" button functionality.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIBarButtonItem BackBarButtonItem { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("backBarButtonItem", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setBackBarButtonItem:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.BackBarButtonItem : UIKit.UIBarButtonItem with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to