The properties of UIKit.UIAlertController are listed below. For a list of all members, see the UIAlertController Members list.
See Also: Inherited members from UIKit.UIViewController
| [read-only] | Actions | UIAlertAction[]. Gets an array of UIKit.UIAlertAction actions that this UIKit.UIAlertController object provides to the user. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Message | string. Gets or sets a description of the reason for the alert that is associated with this UIKit.UIAlertController object. | |
| [read-only] | PreferredStyle | UIAlertControllerStyle. Gets the preferred UIKit.UIAlertControllerStyle style for that alert that is associated with this UIKit.UIAlertController object, either an action sheet or an alert. |
| [read-only] | TextFields | UITextField[]. Gets an array of UIKit.UITextField fields to display for the alert that is associated with this UIKit.UIAlertController object. |
| Title | string. Gets the title to display for the alert that is associated with this UIKit.UIAlertController object. |