Xamarin.Forms

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

    Show / Hide Table of Contents

    Class InlineToggledEventArgs

    Inline toggled event arguments.

    Inheritance
    System.Object
    InlineToggledEventArgs
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class InlineToggledEventArgs : EventArgs

    Constructors

    InlineToggledEventArgs()

    Declaration
    public InlineToggledEventArgs()

    Properties

    Calendar

    Gets the calendar.

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

    The calendar.

    DateTime

    Gets the date time of the in-line toggled.

    Declaration
    public DateTime DateTime { get; }
    Property Value
    Type Description
    System.DateTime

    The date time.

    SelectedAppointment

    Gets the selected appointment.

    Declaration
    public object SelectedAppointment { get; }
    Property Value
    Type Description
    System.Object

    The date time.

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