Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DrawMonthCellEventArgs

    Arguments for Month cell loaded event

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

    Constructors

    DrawMonthCellEventArgs()

    Declaration
    public DrawMonthCellEventArgs()

    Properties

    MonthCell

    Gets or sets the month cell.

    Declaration
    public SFMonthCell MonthCell { get; set; }
    Property Value
    Type Description
    SFMonthCell

    The month cell.

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