UINavigationItem.Title Property

Definition

A value to be displayed in the center of the navigation bar.

public virtual 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

By default, the Title of the topmost UIViewController.

This value can be null.

Attributes

Applies to

See also