Interface IPickerInterface
The IPickerInterface class represents SfPicker interface.
Namespace: Syncfusion.SfPicker.XForms
Assembly: Syncfusion.SfPicker.XForms.dll
Syntax
public interface IPickerInterface
  Methods
Close(SfPicker)
Represents the Close a specified picker.
Declaration
void Close(SfPicker picker)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SfPicker | picker | Picker instance.  | 
      
Dispose(SfPicker)
Represents the dispose of specified picker.
Declaration
void Dispose(SfPicker picker)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SfPicker | picker | Picker instance.  | 
      
Open(SfPicker)
Represents the Open a specified picker.
Declaration
void Open(SfPicker picker)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SfPicker | picker | Picker instance.  |