Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MonthCellLoadedEventArgs

    Month cell loaded event arguments

    Inheritance
    System.Object
    MonthCellLoadedEventArgs
    Implements
    System.IDisposable
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class MonthCellLoadedEventArgs : EventArgs, IDisposable

    Constructors

    MonthCellLoadedEventArgs()

    Declaration
    public MonthCellLoadedEventArgs()

    Properties

    Appointments

    Gets or sets the Appointments from month cell loaded event

    Declaration
    public NSMutableArray Appointments { get; set; }
    Property Value
    Type Description
    Foundation.NSMutableArray

    Bounds

    Gets or sets the bounds.

    Declaration
    public CGRect Bounds { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    The bounds.

    CellStyle

    Gets or sets the Cell style from the month cell loaded event

    Declaration
    public SFCellStyle CellStyle { get; set; }
    Property Value
    Type Description
    SFCellStyle

    Date

    Gets or sets Date from month cell loaded event

    Declaration
    public NSDate Date { get; set; }
    Property Value
    Type Description
    Foundation.NSDate

    IsBlackOutDate

    Gets or sets a value indicating whether the month cell date is blackout date or not

    Declaration
    public bool IsBlackOutDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsNextMonthDate

    Gets or sets a value indicating whether the month cell date is next month date or not

    Declaration
    public bool IsNextMonthDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPreviousMonthDate

    Gets or sets a value indicating whether the month cell date is previous month date or not

    Declaration
    public bool IsPreviousMonthDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsToday

    Gets or sets a value indicating whether the month cell date is today or not

    Declaration
    public bool IsToday { get; set; }
    Property Value
    Type Description
    System.Boolean

    View

    Gets or sets the View from month cell loaded event

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    Methods

    Dispose()

    To release managed and unmanaged resources

    Declaration
    public void Dispose()

    Dispose(Boolean)

    To release managed and unmanaged resources

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether dispose or not

    Implements

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