The members of UIKit.UIPickerViewModel are listed below.
See Also: Inherited members from Foundation.NSObject
Public Constructors
| | Default constructor, initializes a new instance of this class. |
Protected Constructors
| | Constructor to call on derived classes to skip initialization and merely allocate the object. |
| | A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
Public Methods
| GetAttributedTitle(UIPickerView, nint, nint) : Foundation.NSAttributedStringDocumentation for this section has not yet been entered. |
| GetComponentCount(UIPickerView) : nintThe number of components in the specified UIPickerView. |
| GetComponentWidth(UIPickerView, nint) : nfloatThe width of the specified component. |
| GetRowHeight(UIPickerView, nint) : nfloatThe height of a row in the UIPickerView. |
| GetRowsInComponent(UIPickerView, nint) : nintThe number of rows in the specified component. |
| GetTitle(UIPickerView, nint, nint) : stringThe number of components in the UIPickerView. |
| GetView(UIPickerView, UIView, nint, nint) : UIViewThe UIView used by the picker view for the specified row and component. |
| Selected(UIPickerView, nint, nint)Indicates that the item at the specified row has been selected. |