UIKit.UIPickerViewDelegate_Extensions Members

The members of UIKit.UIPickerViewDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
GetAttributedTitle(this IUIPickerViewDelegate, UIPickerView, nint, nint) : Foundation.NSAttributedString
Method invoked to get an attributed string for a particular component in the picker view.
static
GetComponentWidth(this IUIPickerViewDelegate, UIPickerView, nint) : nfloat
The width of the component at the specified index.
static
GetRowHeight(this IUIPickerViewDelegate, UIPickerView, nint) : nfloat
The height of the component at the specified index.
static
GetTitle(this IUIPickerViewDelegate, UIPickerView, nint, nint) : string
The title of the specified component in the specified row.
static
GetView(this IUIPickerViewDelegate, UIPickerView, UIView, nint, nint) : UIView
Retrieves the view for a given row and component. The last argument is the previously-used UIView, which is now hidden and cached.
static
Selected(this IUIPickerViewDelegate, UIPickerView, nint, nint)
Indicates that the user has selected a row in the component.