WPF

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

    Show / Hide Table of Contents

    Enum PointerOperation

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

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

    Fields

    Name Description
    DoubleTapped

    Specifies the mouse pointer is being double tapped.

    Move

    Specifies the mouse pointer is being moved.

    Pressed

    Specifies the mouse pointer is being pressed.

    Released

    Specifies the mouse pointer is being released.

    Tapped

    Specifies the mouse pointer is being tapped.

    Wheel

    Specifies the mouse pointer is being scrolled in SfDataGrid.

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