The properties of UIKit.UIAlertView are listed below. For a list of all members, see the UIAlertView Members list.
See Also: Inherited members from UIKit.UIView
| AlertViewStyle | UIAlertViewStyle. The style of the alert view. | |
| [read-only] static | Appearance | UIAlertView.UIAlertViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | ButtonCount | nint. The number of buttons contained in the alert view. |
| CancelButtonIndex | nint. The index of the cancel button. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIAlertViewDelegate. An instance of the UIKit.UIAlertViewDelegate model class which acts as the class delegate. | |
| [read-only] | FirstOtherButtonIndex | nint. The index of the first other button. |
| Message | string. Detailed text shown below the title in the alert view. | |
| ShouldEnableFirstOtherButton | UIAlertViewPredicate. Delegate invoked by the object to get a value. | |
| Title | string. A string shown in the title bar. | |
| [read-only] | Visible | bool. Used to determine if the alert view is currently being displayed. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |