menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderTappedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved