Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
If you see this example:
it will be great if you avoid using HeaderView and FooterView so we won't have to use ViewModal for custom Ok and Cancel buttons and it will be easier to use just Button's Clicked event like this:
private void ButtonBackToServices_Clicked(object sender, EventArgs e)
{
// do something.....
}
The same thing for SfDatePicker and SfTimePicker
Thanks,
Jassim