PickerMode
Enum
Specifies the mode of the picker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum PickerMode
Fields
Specifies that the picker should be displayed as a drop-down.
C#
DropDown = 1
Specifies that the picker should be displayed as a popup.
C#
Popup = 0