menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CalendarHeaderEventArgs

    Calendar header event arguments.

    Inheritance
    System.Object
    CalendarHeaderEventArgs
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class CalendarHeaderEventArgs : EventArgs

    Constructors

    CalendarHeaderEventArgs()

    Declaration
    public CalendarHeaderEventArgs()

    Properties

    Calendar

    Gets the calendar.

    Declaration
    public SfCalendar Calendar { get; }
    Property Value
    Type Description
    SfCalendar

    The calendar.

    View

    Gets or sets the view.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.View

    The view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved