menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerOperation - UWP API Reference | Syncfusion

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.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
    PointerOperation

    Move

    Specifies the mouse pointer is being moved.

    Declaration
    public const PointerOperation Move
    Field Value
    Type
    PointerOperation

    Pressed

    Specifies the mouse pointer is being pressed.

    Declaration
    public const PointerOperation Pressed
    Field Value
    Type
    PointerOperation

    Released

    Specifies the mouse pointer is being released.

    Declaration
    public const PointerOperation Released
    Field Value
    Type
    PointerOperation

    Tapped

    Specifies the mouse pointer is being tapped.

    Declaration
    public const PointerOperation Tapped
    Field Value
    Type
    PointerOperation

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved