UINavigationItem.LeftBarButtonItems 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 to be displayed on the left side of the UINavigationBar.
public virtual UIKit.UIBarButtonItem[] LeftBarButtonItems { [Foundation.Export("leftBarButtonItems", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setLeftBarButtonItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.LeftBarButtonItems : UIKit.UIBarButtonItem[] with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes
Remarks
If the buttons in this array cannot fit in the available area to the left of the TitleView, those elements that would overlap are not displayed.