menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class InlineEventToggledEventArgs

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

    Constructors

    InlineEventToggledEventArgs()

    Declaration
    public InlineEventToggledEventArgs()

    Properties

    CalendarEventCollection

    Gets or sets the calendar event collection.

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

    The calendar event collection.

    Date

    Gets the date.

    Declaration
    public Calendar Date { get; }
    Property Value
    Type Description
    Java.Util.Calendar

    The date.

    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