menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridCellLongPressEventArgs

    Provides data for the CellLongPress event.

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

    Constructors

    DataGridCellLongPressEventArgs(RowColumnIndex, Object, DataGridColumn)

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

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

    The row column index of the long pressed position.

    System.Object rowData

    The underlying data of the long pressed 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