UINavigationBar.BackItem 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.
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