menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPickerInterface - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved