Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MonthInlineLoadedEventArgs

    Month inline loaded event arguments

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

    Constructors

    MonthInlineLoadedEventArgs()

    Declaration
    public MonthInlineLoadedEventArgs()

    Properties

    Appointments

    Gets or sets the Appointments from month inline view

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

    Date

    Gets or sets the Date from the month inline view

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

    MonthInlineViewStyle

    Gets or sets the Month inline view style for month inline view

    Declaration
    public SFMonthInlineViewStyle MonthInlineViewStyle { get; set; }
    Property Value
    Type Description
    SFMonthInlineViewStyle

    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