Share via


Picker Class

Definition

The picker instance that Microsoft.Maui.Controls created on the iOS platform.

public ref class Picker abstract sealed
public static class Picker
type Picker = class
Public Module Picker
Inheritance
Picker

Fields

Name Description
UpdateModeProperty

Bindable property for UpdateMode(IPlatformElementConfiguration<iOS,Picker>).

Methods

Name Description
GetUpdateMode(BindableObject)

Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

SetUpdateMode(BindableObject, UpdateMode)

Sets when the selected value is updated during user interaction on iOS.

SetUpdateMode(IPlatformElementConfiguration<iOS,Picker>, UpdateMode)

Sets when the selected value is updated during user interaction on iOS.

UpdateMode(IPlatformElementConfiguration<iOS,Picker>)

Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

Applies to