Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Syncfusion® .NET MAUI Date Picker (SfDatePicker) is a fully customizable component that lets you easily select a date from a list of dates.


.NET MAUI Date Picker code example

Get started with the .NET MAUI Date Picker by using just a few lines of XAML and C# code, as demonstrated below. Also explore our .NET MAUI Date Picker example, which shows you how to render and configure the component.

<picker:SfDatePicker x:Name="picker">
    <picker:SfDatePicker.HeaderView>
      <picker:PickerHeaderView Text="Date Picker" Height="40" />
    </picker:SfDatePicker.HeaderView>
</picker:SfDatePicker>
SfDatePicker picker = new SfDatePicker();
picker.HeaderView = new PickerHeaderView()
{
    Text = "Date Picker",
    Height = 40,
};
 
this.Content = picker;

Header view

The .NET MAUI Date Picker allows users to add header text and customize it.

Header view in .NET MAUI Date Picker.


Column header view in .NET MAUI Date Picker.

Column header view

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


The .NET MAUI Date Picker 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 in .NET MAUI Date Picker.

Selection view

The .NET MAUI Date Picker selection view shows the selected date and is customizable.


Date format

The .NET MAUI Date Picker offers 8 predefined formats to represent the date value in different string formats.


Picker modes in .NET MAUI Date Picker.

Picker modes

Show the picker in a pop-up by using dialog mode. The relative dialog mode is used to align the picker in a specific position that makes the control look better in the UI.


Text display mode

The .NET MAUI Date Picker allows users to display picker items based on the text display mode. It offers four modes: default, fade, shrink, and FadeAndShrink.

Text display modes in .NET MAUI Date Picker.


Date restriction in .NET MAUI Date Picker.

Date restriction

Restrict the selection of dates beyond specified minimum and maximum dates.


Intervals

Date values can be populated with intervals for days, months, and years, individually.

Intervals in .NET MAUI Date Picker.


Picker interactions in .NET MAUI Date Picker.

Picker interactions

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


Looping

Looping allows users to scroll through dates continuously. When the end of the date range is reached, it loops back to the start, making date selection smooth and effortless.

Looping support in .NET MAUI Date Picker


Appearance customization in .NET MAUI Date Picker.

Appearance customization

Enhance your Date Picker control’s appearance using a data template for the following UI elements:

  • Header
  • Column header
  • Footer



Struggling to decide on the right product?

Our comprehensive competitor comparison of .NET MAUI controls will guide you to the perfect choice.

tick-mark 65+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 1.3M+ downloads

Frequently Asked Questions

The Syncfusion® .NET MAUI Date Picker offers the following features:

  • Easy customization of header text, footer buttons, and background colors.
  • 8 predefined formats for displaying dates, accommodating various regional or application-specific preferences.
  • The picker can be displayed in a pop-up with a dialog or aligned in a specific position.
  • The selection of dates beyond specified minimum and maximum dates can be restricted.
  • Users can select dates through tap and scroll actions.
  • Date values can be populated individually with intervals for days, months, and years for precise control over date selection.
  • Simple configuration and APIs.
  • Touch-friendly UI.
  • Extensive demos, documentation, and videos help you get started quickly.

You can find the .NET MAUI Date Picker demo here. It demonstrates how to render and configure the Date Picker.

No, this is a commercial product and requires a paid license. However, a free Community License is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion® reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.

Up arrow icon