Class HeaderTappedEventArgs
The Header Tapped Event Argument of schedule which returns the date time value of the tapped header view.
Inheritance
System.Object
HeaderTappedEventArgs
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class HeaderTappedEventArgs : EventArgs
Constructors
HeaderTappedEventArgs()
Initializes a new instance of the HeaderTappedEventArgs class.
Declaration
public HeaderTappedEventArgs()
Properties
DateTime
Gets the Date time property which returns the date and time value of selected header view in schedule.
Declaration
public DateTime DateTime { get; }
Property Value
Type |
---|
System.DateTime |