The Syncfusion® .NET MAUI Date Picker (SfDatePicker) is a fully customizable component that lets you easily select a date from a list of dates.
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 that 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;
The .NET MAUI Date Picker allows users to add header text and customize it.
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.
The .NET MAUI Date Picker selection view shows the selected date and is customizable.
The .NET MAUI Date Picker offers 8 predefined formats to represent the date value in different string formats.
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.
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
.
Restrict the selection of dates beyond specified minimum and maximum dates.
Date values can be populated with intervals for days, months, and years, individually.
The .NET MAUI Date Picker allows you to select dates through tap and scroll interactions.
The Syncfusion® .NET MAUI Date Picker offers the following features:
You can find the .NET MAUI Date Picker demo, which 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.
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.