UIKit.UINavigationItem.RightBarButtonItems Property
An array of UIKit.UIBarButtonItems displayed to the right of the UINavigationItem.TitleView.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("rightBarButtonItems")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setRightBarButtonItems:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual UIBarButtonItem[] RightBarButtonItems { get; set; }

Value

(More documentation for this node is coming)

This value can be null.

Remarks

The UIKit.UIBarButtonItems are displayed right-to-left. In other words, the UIKit.UIBarButtonItem at index 0 is the right-most displayed, the one at index 1 is displayed to the left of that, etc.

UIKit.UIBarButtonItems that would overlap the UINavigationItem.TItleView are not displayed.

Requirements

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