UIKit.UINavigationItem: Property Members

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

Public Properties

BackBarButtonItemUIBarButtonItem. The UIKit.UIBarButtonItem used for "Back" button functionality.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
HidesBackButtonbool. Whether the back button is hidden.
LeftBarButtonItemUIBarButtonItem. The first item in the UINavigationItem.LeftBarButtonItems array.
LeftBarButtonItemsUIBarButtonItem[]. An array of UIKit.UIBarButtonItems to be displayed on the left side of the UIKit.UINavigationBar.
LeftItemsSupplementBackButtonbool. Whether the UINavigationItem.BackBarButtonItem should be shown in addition to the UINavigationItem.LeftBarButtonItems.
Promptstring. A line of text displayed across the top of the navigation bar.
RightBarButtonItemUIBarButtonItem. The first item in the UINavigationItem.RightBarButtonItems array.
RightBarButtonItemsUIBarButtonItem[]. An array of UIKit.UIBarButtonItems displayed to the right of the UINavigationItem.TitleView.
Titlestring. A value to be displayed in the center of the navigation bar.
TitleViewUIView. A view that is displayed in the center of the navigation bar.