menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleAppointmentLoadedEventArgs

    Provides style for schedule appointment loaded event.

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

    Constructors

    ScheduleAppointmentLoadedEventArgs()

    Declaration
    public ScheduleAppointmentLoadedEventArgs()

    Properties

    Bounds

    Specifies the thickness of the appointments around the frame.

    Declaration
    public Thickness Bounds { get; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    ScheduleAppointment

    Specifies the value of schedule appointment.

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

    ScheduleAppointmentStyle

    Specifies the appointment style for the Scehdule appointment in the view.

    Declaration
    public ScheduleAppointmentStyle ScheduleAppointmentStyle { get; set; }
    Property Value
    Type
    ScheduleAppointmentStyle

    View

    Specifies the custom view for the appointment.

    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