Hi all,
I have some questions about using SfPicker to achieve the DatePicker
1. I want the order of date picker selection is [Year, Month, Day] (like the pic below)
2. How to assign the picker a start date and end date to show?
3. I want to set the date picker with a specific date(of course the date is in the date range), how to do it?
4. How to get each of the values when the user changes the date?
5. I have 3 different SfPicker. How to identify which is pressed with the OK button? (when the OK button is pressed, 3 SfPicker all call to "picker_OkButtonClicked()')
private void picker_OkButtonClicked(object sender, Syncfusion.SfPicker.XForms.SelectionChangedEventArgs e)
{
//How to identify which picker activates this function?
}

https://www.syncfusion.com/xamarin-ui-controls/xamarin-datepicker
Thanks for your kindly response.