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