Class PickerMode
Specifies the mode of the picker.
Inheritance
System.Object
PickerMode
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class PickerMode : Enum
Fields
DropDown
Specifies that the picker should be displayed as a drop-down.
Declaration
public const PickerMode DropDown
Field Value
PickerMode
|
Popup
Specifies that the picker should be displayed as a popup.
Declaration
public const PickerMode Popup
Field Value
PickerMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|