Class DataGridCellRightTappedEventArgs
Provides data for the CellRightTapped event.
Inheritance
System.Object
DataGridCellRightTappedEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridCellRightTappedEventArgs : EventArgs
Properties
Column
Gets the corresponding column of a cell.
Declaration
public DataGridColumn Column { get; }
Property Value
Type |
---|
DataGridColumn |
PointerDeviceType
Gets the pointer device type.
Declaration
public PointerDeviceType PointerDeviceType { get; }
Property Value
Type |
---|
Syncfusion.Maui.Core.Internals.PointerDeviceType |
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. |