The properties of UIKit.UINavigationItem are listed below. For a list of all members, see the UINavigationItem Members list.
See Also: Inherited members from Foundation.NSObject
| BackBarButtonItem | UIBarButtonItem. The UIKit.UIBarButtonItem used for "Back" button functionality. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| HidesBackButton | bool. Whether the back button is hidden. | |
| LeftBarButtonItem | UIBarButtonItem. The first item in the UINavigationItem.LeftBarButtonItems array. | |
| LeftBarButtonItems | UIBarButtonItem[]. An array of UIKit.UIBarButtonItems to be displayed on the left side of the UIKit.UINavigationBar. | |
| LeftItemsSupplementBackButton | bool. Whether the UINavigationItem.BackBarButtonItem should be shown in addition to the UINavigationItem.LeftBarButtonItems. | |
| Prompt | string. A line of text displayed across the top of the navigation bar. | |
| RightBarButtonItem | UIBarButtonItem. The first item in the UINavigationItem.RightBarButtonItems array. | |
| RightBarButtonItems | UIBarButtonItem[]. An array of UIKit.UIBarButtonItems displayed to the right of the UINavigationItem.TitleView. | |
| Title | string. A value to be displayed in the center of the navigation bar. | |
| TitleView | UIView. A view that is displayed in the center of the navigation bar. |