UIViewController.Title Property

Definition

A human-meaningful identifier of this UIViewController.

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

The default value is null.

This value can be null.

Attributes

Applies to