Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewHeaderTappedEventArgs

    Show / Hide Table of Contents

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