UIActionSheet.Title Property

Definition

The title that will be displayed in the action sheet.

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 title that will be displayed in the action sheet.

This value can be null.

Attributes

Remarks

The title that will be displayed in the action sheet.

Applies to