menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DrawMonthCellEventArgs

    Arguments for Month cell loaded event

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

    Constructors

    DrawMonthCellEventArgs()

    Declaration
    public DrawMonthCellEventArgs()

    Properties

    MonthCell

    Gets or sets the month cell.

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

    The month cell.

    SfCalendar

    Gets or sets the main calendar.

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

    The sf calendar.

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