Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DrawYearCellEventArgs

    Arguments of the year cell loaded event

    Inheritance
    System.Object
    DrawYearCellEventArgs
    Namespace: Syncfusion.SfCalendar.iOS
    Assembly: Syncfusion.SfCalendar.iOS.dll
    Syntax
    public class DrawYearCellEventArgs : EventArgs

    Constructors

    DrawYearCellEventArgs()

    Declaration
    public DrawYearCellEventArgs()

    Properties

    YearCell

    Gets or sets the year cell.

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

    The year cell.

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