menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleTappedEventArgs

    Provides data for a ScheduleTapped event.

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

    Constructors

    ScheduleTappedEventArgs()

    Declaration
    public ScheduleTappedEventArgs()

    Properties

    Appointment

    Gets the schedule appointment.

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

    Appointments

    Gets the schedule appointment collection.

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

    SelectedDate

    Specifies the date time of the selected date.

    Declaration
    public Nullable<DateTime> SelectedDate { get; set; }
    Property Value
    Type
    System.Nullable<System.DateTime>

    SelectedResource

    Specifies the selected resource collection in Schedule.

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

    Extension Methods

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