UINavigationItem.Prompt Property

Definition

A line of text displayed across the top of the navigation bar.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string Prompt { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("prompt", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setPrompt:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Prompt : string with get, set

Property Value

The default value is null.

This value can be null.

Attributes

Remarks

Applies to