UINavigationItem.HidesBackButton Property

Definition

Whether the back button is hidden.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool HidesBackButton { [Foundation.Export("hidesBackButton")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setHidesBackButton:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.HidesBackButton : bool with get, set

Property Value

The default value is false.

Attributes

Applies to

See also