Share via


UIPickerView.DataSource Property

Definition

The UIPickerViewDataSource that provides elements to this UIPickerView.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.IUIPickerViewDataSource? DataSource { get; set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.DataSource : UIKit.IUIPickerViewDataSource with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to