Class PickerMode
Defines the picker mode for the picker.
Inheritance
System.Object
PickerMode
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public sealed class PickerMode : Enum
Fields
Default
Represents the default mode.
Declaration
public const PickerMode Default
Field Value
Type |
---|
PickerMode |
Dialog
Represents the dialog mode.
Declaration
public const PickerMode Dialog
Field Value
Type |
---|
PickerMode |
RelativeDialog
Represents the relative dialog mode.
Declaration
public const PickerMode RelativeDialog
Field Value
Type |
---|
PickerMode |