WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewHeaderCellTappedEventArgs - WPF API Reference | Syncfusion ViewHeaderCellTapped event. ">

    Show / Hide Table of Contents

    Class ViewHeaderCellTappedEventArgs

    Provides data for the ViewHeaderCellTapped event.

    Inheritance
    System.Object
    System.EventArgs
    ViewHeaderCellTappedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ViewHeaderCellTappedEventArgs : EventArgs

    Constructors

    ViewHeaderCellTappedEventArgs()

    Declaration
    public ViewHeaderCellTappedEventArgs()

    Properties

    DateTime

    Gets the corresponding date time.

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

    Resource

    Gets the resource when tapped on view header in day, week, work week and timeline views.

    Declaration
    public SchedulerResource Resource { get; }
    Property Value
    Type Description
    SchedulerResource
    Remarks

    Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.

    See Also
    SchedulerResource
    ResourceMapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved