Overview of .NET MAUI Picker (SfPicker)

3 Oct 20231 minute to read

Syncfusion .NET MAUI Picker (SfPicker) control allows you to select an item and visualize its items inside a popup or a drop-down UI element. It supports multiple-column layout, header, footer, and selection view customizations. It provides customization as a date picker, time picker, date-time picker, country picker, color picker, and more.

Key features

  • Header view: The .NET MAUI Picker allows users to add and customize the header text.

    Header view in .NET MAUI Picker.

  • Column header view: The .NET MAUI Picker supports a customizable column header view to separate headings for each column.

    Column header view in .NET MAUI Picker.

  • Footer view: Provides validation buttons (OK and Cancel) in the footer view. The footer text and background color can be customized.

    Footer view in .NET MAUI Picker.

  • Selection view: The selection view is used to show the selected item, and it can be customized.

    Selection view in .NET MAUI Picker.

  • Picker mode: Show the picker in a Popup with a dialog mode. The relative dialog mode is used to align the picker in a specific position.

    Picker mode in .NET MAUI Picker.

  • Picker interactions: The .NET MAUI Picker allows you to select an item through tap and scroll interaction.

    Picker interactions in .NET MAUI Picker.

  • Item template: Customize the picker using item template support.

    Item template in .NET MAUI Picker.