Class CellDoubleTappedEventArgs
Provides data for CellDoubleTapped event.
Inheritance
System.Object
CellDoubleTappedEventArgs
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CellDoubleTappedEventArgs : GridEventArgs
Constructors
CellDoubleTappedEventArgs(Object)
Initializes a new instance of CellDoubleTappedEventArgs class.
Declaration
public CellDoubleTappedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
Column
Gets the GridColumnBase of double tapped cell.
Declaration
public GridColumnBase Column { get; }
Property Value
Type | Description |
---|---|
GridColumnBase | The GridColumnBase of double tapped cell. |
PointerDeviceType
Gets the device type that associated with event.
Declaration
public PointerDeviceType PointerDeviceType { get; }
Property Value
Type | Description |
---|---|
Microsoft.UI.Input.PointerDeviceType | The device which was used. |
Record
Gets the data context of double tapped cell.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The data context of double tapped cell. |
RowColumnIndex
Gets the RowColumnIndex of double tapped cell.
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The RowColumnIndex of double tapped cell. |