menu

UWP

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

    Show / Hide Table of Contents

    Class InlineItemLoadedEventArgs

    Provide data for InlineItemLoaded event

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

    Constructors

    InlineItemLoadedEventArgs()

    Declaration
    public InlineItemLoadedEventArgs()

    Properties

    Appointment

    Gets or sets the loaded appointment CalendarAppointment

    Declaration
    public CalendarAppointment Appointment { get; }
    Property Value
    Type
    CalendarAppointment

    Appointments

    Gets or sets the appointments System.Collections.ObjectModel.ObservableCollection<> in the selected date

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

    Date

    Gets or sets the selected date

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

    View

    Gets or sets the appointment item custom view

    Declaration
    public object View { get; set; }
    Property Value
    Type
    System.Object

    Extension Methods

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