UINavigationBar.Items 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.
The array of UINavigationItems managed by the bar.
public virtual UIKit.UINavigationItem[] Items { [Foundation.Export("items", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Items : UIKit.UINavigationItem[] with get, set
Property Value
The bottom item is at [0].
- Attributes
Remarks
The item at [0] is at the bottom, the item at the top is in the last element, the BackItem is in the second-to-last element, etc.