WinUI

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

    Show / Hide Table of Contents

    Class PointerOperation

    Defines the constants that specify the type of pointer operation is being performed in SfDataGrid.

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

    Fields

    DoubleTapped

    Specifies the mouse pointer is being double tapped.

    Declaration
    public const PointerOperation DoubleTapped
    Field Value
    Type Description
    PointerOperation

    Move

    Specifies the mouse pointer is being moved.

    Declaration
    public const PointerOperation Move
    Field Value
    Type Description
    PointerOperation

    Pressed

    Specifies the mouse pointer is being pressed.

    Declaration
    public const PointerOperation Pressed
    Field Value
    Type Description
    PointerOperation

    Released

    Specifies the mouse pointer is being released.

    Declaration
    public const PointerOperation Released
    Field Value
    Type Description
    PointerOperation

    Tapped

    Specifies the mouse pointer is being tapped.

    Declaration
    public const PointerOperation Tapped
    Field Value
    Type Description
    PointerOperation

    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