UIKit.UINavigationItem.LeftItemsSupplementBackButton Property
Whether the UINavigationItem.BackBarButtonItem should be shown in addition to the UINavigationItem.LeftBarButtonItems.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("leftItemsSupplementBackButton")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setLeftItemsSupplementBackButton:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual bool LeftItemsSupplementBackButton { get; set; }

Value

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

Remarks

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

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0