WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditTrigger

    Show / Hide Table of Contents

    Class EditTrigger

    Defines the constants that specifies the mouse action that triggers the editing.

    Inheritance
    System.Object
    EditTrigger
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class EditTrigger : Enum

    Fields

    OnDoubleTap

    Editing begins when press the mouse at double click.

    Declaration
    public const EditTrigger OnDoubleTap
    Field Value
    Type Description
    EditTrigger

    OnTap

    Editing begins when press the mouse at single click.

    Declaration
    public const EditTrigger OnTap
    Field Value
    Type Description
    EditTrigger

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved