menu

UWP

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

    Show / Hide Table of Contents

    Class InLineLoadedEventArgs

    Provides style for the properties loaded in the inline view of the Schedule.

    Inheritance
    System.Object
    InLineLoadedEventArgs
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class InLineLoadedEventArgs : Object

    Constructors

    InLineLoadedEventArgs()

    Declaration
    public InLineLoadedEventArgs()

    Properties

    Calendar

    Specifies the date time of the appointments in the expanded view.

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

    ScheduleExpandedAppointments

    Specifies the collection of appointment objects loaded in the inline view.

    Declaration
    public ObservableCollection<object> ScheduleExpandedAppointments { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    ScheduleExpandedAppointmentStyle

    Specifies the style for the appointment object in the expanded view of the inline view.

    Declaration
    public ExpandedAppointmentStyle ScheduleExpandedAppointmentStyle { get; set; }
    Property Value
    Type
    ExpandedAppointmentStyle

    Extension Methods

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