UIKit.UIPickerView Members

The members of UIKit.UIPickerView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UIPickerView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

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 Properties

[read-only]
static
AppearanceUIPickerView.UIPickerViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DataSourceFoundation.NSObject. The UIPickerViewDataSource that provides elements to this UIPickerView.
DelegateIUIPickerViewDelegate. An instance of the UIKit.UIPickerViewDelegate model class which acts as the class delegate.
ModelUIPickerViewModel. The UIPickerViewModel that this UIPickerView is representing.
[read-only]
NumberOfComponentsnint. The number of elements in this UIPickerView.
ShowSelectionIndicatorbool. Displays the selection indicator.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIPickerView.UIPickerViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UIPickerView.UIPickerViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIPickerView.UIPickerViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIPickerView.UIPickerViewAppearance
Documentation for this section has not yet been entered.
ReloadAllComponents()
Reloads all the data associated with this UIPickerView.
ReloadComponent(nint)
Reloads the data relating to the specified component.
RowsInComponent(nint) : nint
The number of rows in the specified component.
RowSizeForComponent(nint) : CoreGraphics.CGSize
The SizeF for rows in the component. Typically, the size required to display the largest string or view used as a row in the component.
Select(bool, nint, nint)
Selects the specified row.
SelectedRowInComponent(nint) : nint
The selected row in the specified component.
ViewFor(nint, nint) : UIView
The UIView for the specified row and component.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIPickerView object.