menu

UWP

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

    Show / Hide Table of Contents

    Class AppointmentEditorOpeningEventArgs

    Provides the properties for appointment editor opening event.

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

    Constructors

    AppointmentEditorOpeningEventArgs()

    Declaration
    public AppointmentEditorOpeningEventArgs()

    Properties

    Action

    Specifies the editor action while opening the appointment editor.

    Declaration
    public EditorAction Action { get; set; }
    Property Value
    Type
    EditorAction

    Appointment

    Specifies data of the appointment.

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

    SelectedResource

    Specifies data of the selected resource.

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

    StartTime

    Specifies start time of selected date region.

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

    Extension Methods

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