Class PickerMode
Contains values for the PickerMode enumeration that about to open the SfPicker in either normal or pop-up.
Inheritance
System.Object
PickerMode
Namespace: Syncfusion.SfPicker.XForms
Assembly: Syncfusion.SfPicker.XForms.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 |