menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InlineToggledEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InlineToggledEventArgs

    Provide data for InlineToggled event

    Inheritance
    System.Object
    InlineToggledEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class InlineToggledEventArgs : EventArgs

    Constructors

    InlineToggledEventArgs()

    Declaration
    public InlineToggledEventArgs()

    Properties

    Appointment

    Gets or sets the appointment collection.

    Declaration
    public ObservableCollection<CalendarAppointment> Appointment { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<CalendarAppointment>

    IsOpen

    Gets or sets a value indicating whether inline view is opened or not.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved