Overview of .NET MAUI Date Picker (SfDatePicker)

4 Oct 20232 minutes to read

Syncfusion .NET MAUI Date Picker (SfDatePicker) control allows you to select a date and visualize its items inside a popup or a drop-down UI element. The Date Picker also enables you to set date ranges and formats and customize its dialog appearance by configuring its header, footer, and more.

Key features

  • Header view: The Date Picker allows you to add the header text and customize it.

    Header view in .NET MAUI Date picker.

  • Column header view: The .NET MAUI Date Picker provides pre-defined column header text and also you can customize it.

    Column header view in .NET MAUI Date 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 Date picker.

  • Selection view: The selection view is used to show the selected date, and it is customizable.

    Selection view in .NET MAUI Date picker.

  • Date format: Offers 8 predefined formats to represent the value of the date in different string formats.

    .NET MAUI Date Picker with format yyyy_MM_dd.

  • 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.

    Dialog mode in .NET MAUI Date picker.

  • Date restriction: Restrict the selection of date items beyond the specified minimum and maximum dates.

    Minimum date in .NET MAUI Date picker.

    Maximum date in .NET MAUI Date picker.

  • Intervals: The date values can be populated individually with intervals for days, months, and years.

    Intervals in .NET MAUI Date picker.

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

    Picker interactions in .NET MAUI Date picker.