menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCellTappedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridCellTappedEventArgs

    Provides data for the CellTapped event.

    Inheritance
    System.Object
    DataGridCellTappedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridCellTappedEventArgs : EventArgs

    Constructors

    DataGridCellTappedEventArgs(RowColumnIndex, Object, DataGridColumn)

    Initializes a new instance of the DataGridCellTappedEventArgs class with the specified row column index and row data.

    Declaration
    public DataGridCellTappedEventArgs(RowColumnIndex rowColIndex, object rowData, DataGridColumn column)
    Parameters
    Type Name Description
    RowColumnIndex rowColIndex

    The row column index for the tapped position.

    System.Object rowData

    The underlying data of the tapped row.

    DataGridColumn column

    The corresponding data of the tapped column.

    Properties

    Column

    Gets the corresponding column of a cell.

    Declaration
    public DataGridColumn Column { get; }
    Property Value
    Type
    DataGridColumn

    RowColumnIndex

    Gets the row column index at the tapped position.

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

    An object that represents the row and column index at the tapped position.

    RowData

    Gets the row data of the tapped row.

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

    An object that represents row data of the tapped row.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved