UIKit.UIPickerViewModel: Method Members

The methods of UIKit.UIPickerViewModel are listed below. For a list of all members, see the UIPickerViewModel Members list.

See Also: Inherited members from Foundation.NSObject

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.