Class DataGridTapAction
Describes the constants that specify the different tap actions available for entering edit mode in SfDataGrid.
Inheritance
System.Object
DataGridTapAction
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridTapAction : Enum
Fields
OnDoubleTap
Specifies that the editing is enabled at double tap.
Declaration
public const DataGridTapAction OnDoubleTap
Field Value
Type |
---|
DataGridTapAction |
OnTap
Specifies that the editing is enabled at tap.
Declaration
public const DataGridTapAction OnTap
Field Value
Type |
---|
DataGridTapAction |