menu

UWP

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

    Show / Hide Table of Contents

    Class CellTappedEventArgs

    Provides data for CellTapped event.

    Inheritance
    System.Object
    GridEventArgs
    CellTappedEventArgs
    GridCellTappedEventArgs
    TreeGridCellTappedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class CellTappedEventArgs : GridEventArgs

    Constructors

    CellTappedEventArgs(Object)

    Initializes a new instance of CellTappedEventArgs class.

    Declaration
    public CellTappedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the GridColumnBase of tapped cell.

    Declaration
    public GridColumnBase Column { get; }
    Property Value
    Type Description
    GridColumnBase

    The GridColumnBase of tapped cell.

    PointerDeviceType

    Gets the device type that associated with event.

    Declaration
    public PointerDeviceType PointerDeviceType { get; }
    Property Value
    Type Description
    Windows.Devices.Input.PointerDeviceType

    The device which was used.

    Record

    Gets the data context of tapped cell.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The data context of tapped cell.

    RowColumnIndex

    Gets the RowColumnIndex of tapped cell.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    The RowColumnIndex of tapped cell.

    Extension Methods

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