WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ActivationTrigger

    Show / Hide Table of Contents

    Enum ActivationTrigger

    Defines the constants that specify whether the current cell is being activated either by an input device or programmatically.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum ActivationTrigger

    Fields

    Name Description
    Keyboard

    Specifies the current cell is being activated by using keyboard.

    Mouse

    Specifies the current cell is being activated by using mouse.

    Pen

    Specifies the current cell is being activated by using pen.

    Program

    Specifies the current cell is being activated by programmatically.

    Touch

    Specifies the current cell is being activated by using touch.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved