menu

MAUI

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved