Edit

Share via


UINavigationBar.BackItem Property

Definition

The UINavigationItem that is immediately below the top of the navigation stack.

public virtual UIKit.UINavigationItem BackItem { [Foundation.Export("backItem", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.BackItem : UIKit.UINavigationItem

Property Value

If there is only one item on the navigation bar’s stack, returns null .

Attributes

Applies to