menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarDoubleTappedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarDoubleTappedEventArgs

    Represents a class which is used to hold the double tap interaction event details and it occurs when the user double tap inside the calendar elements.

    Inheritance
    System.Object
    CalendarDoubleTappedEventArgs
    Namespace: Syncfusion.Maui.Calendar
    Assembly: Syncfusion.Maui.Calendar.dll
    Syntax
    public class CalendarDoubleTappedEventArgs : EventArgs
    Remarks

    The interacted date and element details when the double tap action performed on the calendar element available in the CalendarDoubleTappedEventArgs.

    Constructors

    CalendarDoubleTappedEventArgs()

    Declaration
    public CalendarDoubleTappedEventArgs()

    Properties

    Date

    Gets the interacted element date value.

    Declaration
    public DateTime Date { get; }
    Property Value
    Type
    System.DateTime

    Element

    Gets the interacted element value.

    Declaration
    public CalendarElement Element { get; }
    Property Value
    Type
    CalendarElement

    WeekNumber

    Gets the interacted element week number value.

    Declaration
    public int WeekNumber { get; }
    Property Value
    Type
    System.Int32
    Remarks

    This is applicable for the month view

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved