We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to handle the long press action on date selection in SfCalendar?

Platform: Xamarin.Forms |
Control: SfCalendar

You can able to handle the long press action on date selection in calendar using OnDateCellHolding event.

 

MainPage.Xaml

 

<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" 
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
xmlns:LocalNamespace="clr-namespace:GettingStartedKBSyncfusion"
xmlns:Syncfusion ="clr-namespace:Syncfusion.SfCalendar.XForms;assembly=Syncfusion.SfCalendar.XForms"
x:Class="GettingStartedKBSyncfusion.MainPage">
 <ContentPage.Content>
  <Syncfusion:SfCalendar x:Name="calendar"/>
 </ContentPage.Content>
</ContentPage>

 

MainPage.CS

 

namespace GettingStartedKBSyncfusion
{
 public partial class MainPage : ContentPage
 {
  public MainPage()
  {
   InitializeComponent();
 
   calendar.OnDateCellHolding+=(object sender, DayCellHoldingEventArgs args) => 
   {
    DisplayAlert("DateCellHold Response","DateCell"+args.Date.Day+"has been long pressed","Ok");
   };
  }
 }
} 

 

Please download the sample from the following link

 

Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/DateCellHolding-854177228

 

 

Screenshot:

../1.png

 

 

2X faster development

The ultimate Xamarin UI toolkit to boost your development speed.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile