UINavigationItem.RightBarButtonItems 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.
An array of UIBarButtonItems displayed to the right of the TitleView.
public virtual UIKit.UIBarButtonItem[] RightBarButtonItems { [Foundation.Export("rightBarButtonItems", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRightBarButtonItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RightBarButtonItems : UIKit.UIBarButtonItem[] with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes
Remarks
The UIBarButtonItems are displayed right-to-left. In other words, the UIBarButtonItem at index 0 is the right-most displayed, the one at index 1 is displayed to the left of that, etc.
UIBarButtonItems that would overlap the TitleView are not displayed.