menu

UWP

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

    Show / Hide Table of Contents

    Class DayCellHoldingEventArgs

    Provide data for DayCellHolding event

    Inheritance
    System.Object
    DayCellHoldingEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class DayCellHoldingEventArgs : EventArgs

    Constructors

    DayCellHoldingEventArgs(DateTime)

    Initializes a new instance of the DayCellHoldingEventArgs class.

    Declaration
    public DayCellHoldingEventArgs(DateTime date)
    Parameters
    Type Name Description
    System.DateTime date

    The calendar date time.

    Properties

    Date

    Gets or sets the Holding date

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved