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 |