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