UIPickerViewDelegate.GetTitle(UIPickerView, nint, nint) Method

Definition

The title of the specified component in the specified row.

[Foundation.Export("pickerView:titleForRow:forComponent:")]
public virtual string GetTitle (UIKit.UIPickerView pickerView, nint row, nint component);
abstract member GetTitle : UIKit.UIPickerView * nint * nint -> string
override this.GetTitle : UIKit.UIPickerView * nint * nint -> string

Parameters

pickerView
UIPickerView
row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to