UIAlertController.TextFields Property

Definition

Gets an array of UITextField fields to display for the alert that is associated with this UIAlertController object.

public virtual UIKit.UITextField[] TextFields { [Foundation.Export("textFields")] get; }
member this.TextFields : UIKit.UITextField[]

Property Value

Attributes

Applies to