menu

UWP

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

    Show / Hide Table of Contents

    Class InlineItemTappedEventArgs

    Provide data for InlineItemTapped event

    Inheritance
    System.Object
    InlineItemTappedEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class InlineItemTappedEventArgs : EventArgs

    Constructors

    InlineItemTappedEventArgs()

    Declaration
    public InlineItemTappedEventArgs()

    Properties

    InlineEvent

    Gets or sets the appointment details of tapped item.

    Declaration
    public CalendarAppointment InlineEvent { get; }
    Property Value
    Type
    CalendarAppointment

    SelectedDate

    Gets or sets the selected date of tapped item.

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

    Extension Methods

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