WinUI

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

    Show / Hide Table of Contents

    Class ActivationTrigger

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

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

    Fields

    Keyboard

    Specifies the current cell is being activated by using keyboard.

    Declaration
    public const ActivationTrigger Keyboard
    Field Value
    Type Description
    ActivationTrigger

    Mouse

    Specifies the current cell is being activated by using mouse.

    Declaration
    public const ActivationTrigger Mouse
    Field Value
    Type Description
    ActivationTrigger

    Pen

    Specifies the current cell is being activated by using pen.

    Declaration
    public const ActivationTrigger Pen
    Field Value
    Type Description
    ActivationTrigger

    Program

    Specifies the current cell is being activated by programmatically.

    Declaration
    public const ActivationTrigger Program
    Field Value
    Type Description
    ActivationTrigger

    Touch

    Specifies the current cell is being activated by using touch.

    Declaration
    public const ActivationTrigger Touch
    Field Value
    Type Description
    ActivationTrigger

    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