Class ViewHeaderTappedEventArgs
View header tapped event arguments.
Inheritance
System.Object
ViewHeaderTappedEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class ViewHeaderTappedEventArgs : EventArgs
Constructors
ViewHeaderTappedEventArgs()
Declaration
public ViewHeaderTappedEventArgs()
Properties
Date
Gets the selected date value from tapping region.
Declaration
public NSDate Date { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The selected date. |