Class PickerMode
The Picker mode enumeration contains a dialog and standalone mode
Inheritance
System.Object
PickerMode
Namespace: Syncfusion.SfPicker.iOS
Assembly: Syncfusion.SfPicker.iOS.dll
Syntax
public sealed class PickerMode : Enum
Fields
Default
Displays the control as standalone representation.
Declaration
public const PickerMode Default
Field Value
Type |
---|
PickerMode |
Dialog
Displays the control as dialog representation.
Declaration
public const PickerMode Dialog
Field Value
Type |
---|
PickerMode |