menu

WinUI

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

    Show / Hide Table of Contents

    Class WeekNumberTappedEventArgs

    Provides data for the WeekNumberTapped event.

    Inheritance
    System.Object
    WeekNumberTappedEventArgs
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class WeekNumberTappedEventArgs : EventArgs

    Constructors

    WeekNumberTappedEventArgs()

    Declaration
    public WeekNumberTappedEventArgs()

    Properties

    Month

    Gets the corresponding month.

    Declaration
    public int Month { get; }
    Property Value
    Type
    System.Int32

    PointerDeviceType

    Gets the device type that associated with event.

    Declaration
    public PointerDeviceType PointerDeviceType { get; }
    Property Value
    Type
    Microsoft.UI.Input.PointerDeviceType

    WeekNumber

    Gets the corresponding week number.

    Declaration
    public string WeekNumber { get; }
    Property Value
    Type
    System.String

    Year

    Gets the corresponding year.

    Declaration
    public int Year { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved