menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleExpandedAppointmentStyleChangingEventArgs

    Provides style for the appointments in the expanded view.

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

    Constructors

    ScheduleExpandedAppointmentStyleChangingEventArgs()

    Declaration
    public ScheduleExpandedAppointmentStyleChangingEventArgs()

    Properties

    Appointment

    Specifies the details of appointment object in the expanded view in Schedule.

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

    View

    Specifies the custom view loaded in the expanded view in Schedule.

    Declaration
    public FrameworkElement View { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.FrameworkElement

    Extension Methods

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