UIBarButtonItem.Title Property

Definition

The title that is displayed in the button

public override string Title { [Foundation.Export("title", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTitle:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Title : string with get, set

Property Value

This value can be null.

Attributes

Remarks

The title string that is dispakyed on the button.

Applies to