Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthInlineLoadedEventArgs

    Show / Hide Table of Contents

    Class MonthInlineLoadedEventArgs

    The Month Inline Loaded Event Arguments contains properties to customize the appearance and returns the appointment collection of loaded inline view.

    Inheritance
    System.Object
    MonthInlineLoadedEventArgs
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class MonthInlineLoadedEventArgs : EventArgs

    Constructors

    MonthInlineLoadedEventArgs()

    Initializes a new instance of the MonthInlineLoadedEventArgs class.

    Declaration
    public MonthInlineLoadedEventArgs()

    Properties

    appointments

    Gets or sets the appointments collection for the loaded month inline view in the type of IEnumerable.

    Declaration
    public IEnumerable appointments { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    monthInlineViewStyle

    Gets or sets Inline Appointment style it has properties to customize the appearance of the appointment in loaded inline view.

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

    selectedDate

    Gets or sets the selected date value contains the selected date of the loaded month inline view in the type of DateTime.

    Declaration
    public DateTime selectedDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved