Class ViewHeaderTappedEventArgs
View header tapped event arguments.
Inheritance
System.Object
ViewHeaderTappedEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class ViewHeaderTappedEventArgs : EventArgs
Constructors
ViewHeaderTappedEventArgs()
Declaration
public ViewHeaderTappedEventArgs()
Properties
Calendar
Gets the tapped cell calendar.
Declaration
public Calendar Calendar { get; }
Property Value
Type |
---|
Java.Util.Calendar |