menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DayCellHoldingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DayCellHoldingEventArgs

    Arguments of the Day cell holding event.

    Inheritance
    System.Object
    DayCellHoldingEventArgs
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class DayCellHoldingEventArgs : EventArgs

    Constructors

    DayCellHoldingEventArgs()

    Declaration
    public DayCellHoldingEventArgs()

    Properties

    Calendar

    Gets the calendar.

    Declaration
    public SfCalendar Calendar { get; }
    Property Value
    Type Description
    SfCalendar

    The calendar.

    Date

    Gets the long pressed date.

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

    The date time.

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