UINavigationItem.LeftItemsSupplementBackButton Property

Definition

Whether the BackBarButtonItem should be shown in addition to the LeftBarButtonItems.

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

Property Value

The default value is false, indicating that the BackBarButtonItem is not shown.

Attributes

Remarks

If this value is false, if the LeftBarButtonItems array is not empty, the BackBarButtonItem is not displayed. Application developers can set this value to true to make both the BackBarButtonItem and the LeftBarButtonItems visible.

Applies to