The properties of UIKit.UIPickerView are listed below. For a list of all members, see the UIPickerView Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] static | Appearance | UIPickerView.UIPickerViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| DataSource | Foundation.NSObject. The UIPickerViewDataSource that provides elements to this UIPickerView. | |
| Delegate | IUIPickerViewDelegate. An instance of the UIKit.UIPickerViewDelegate model class which acts as the class delegate. | |
| Model | UIPickerViewModel. The UIPickerViewModel that this UIPickerView is representing. | |
| [read-only] | NumberOfComponents | nint. The number of elements in this UIPickerView. |
| ShowSelectionIndicator | bool. Displays the selection indicator. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |