Xamarin Date Picker is a fully customizable component that provides a simple, yet attractive UI to make your application a smooth, touch-friendly experience.
Xamarin.Forms Date Picker shows date values in the picker with eight predefined date formats.
Xamarin.Forms Date Picker comes with a stand-alone mode and a dialog mode that make the app look more impressive in the UI.
Xamarin.Forms Date Picker can be loaded with a specified date range by setting the maximum and minimum dates to help restrict date selection beyond that range.
Date values can be populated with intervals for days, months, and years, individually.
Values can be looped for all the columns.
Each part of the control can be customized, like the header text, column header text, colors, fonts, and more.
The default text “Date Picker” in the header can be customized as shown.
Separate headings for each column can be provided. Column headers are completely customizable with different fonts, colors, etc.
Easily get started with the Xamarin Date Picker using a few simple lines of C# code as demonstrated below. Also explore our Xamarin Date Picker Example that shows you how to render and configure the Xamarin Date Picker.
<syncfusion:SfDatePicker x:Name="datepicker"
PickerMode="Dialog"
PickerHeight="300"
PickerWidth="300" />
SfDatePicker datePicker;
public MainPage()
{
InitializeComponent();
datePicker = new SfDatePicker()
{
PickerMode = DatePickerMode.Dialog,
PickerHeight = 300,
PickerWidth = 300
};
this.Content = datePicker
}
The Syncfusion Xamarin Date Picker provides the following:
You can find our Xamarin Date Picker demo here.
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.