UIKit.UIPickerViewModel Members

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.NSAttributedString
Documentation for this section has not yet been entered.
GetComponentCount(UIPickerView) : nint
The number of components in the specified UIPickerView.
GetComponentWidth(UIPickerView, nint) : nfloat
The width of the specified component.
GetRowHeight(UIPickerView, nint) : nfloat
The height of a row in the UIPickerView.
GetRowsInComponent(UIPickerView, nint) : nint
The number of rows in the specified component.
GetTitle(UIPickerView, nint, nint) : string
The number of components in the UIPickerView.
GetView(UIPickerView, UIView, nint, nint) : UIView
The 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.