Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawYearCellEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DrawYearCellEventArgs

    Arguments of the year cell loaded event

    Inheritance
    System.Object
    DrawYearCellEventArgs
    Namespace: Com.Syncfusion.Calendar
    Assembly: Syncfusion.SfCalendar.Android.dll
    Syntax
    public class DrawYearCellEventArgs : EventArgs

    Constructors

    DrawYearCellEventArgs()

    Declaration
    public DrawYearCellEventArgs()

    Properties

    SfCalendar

    Gets or sets the main calendar.

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

    The sf calendar.

    YearCell

    Gets or sets the year cell.

    Declaration
    public YearCell YearCell { get; }
    Property Value
    Type Description
    YearCell

    The year cell.

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