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 |