menu

Class PointerOperation - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointerOperation

    Describes the possible values of pointer operation. These values are used when updating selection in a SfDataGrid control.

    Inheritance
    System.Object
    PointerOperation
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class PointerOperation : Enum

    Fields

    DoubleTapped

    Specifies the double tapped action. Breaking, DoubleTap is changed as DoubleTapped to code share with Xamarin.Forms files and to maintain common flow b/w Xamarin.Binding and Xamarin.Forms project.

    Declaration
    public const PointerOperation DoubleTapped
    Field Value
    Type
    PointerOperation

    Move

    Specifies the move action.

    Declaration
    public const PointerOperation Move
    Field Value
    Type
    PointerOperation

    TouchDown

    Specifies the touch down action.

    Declaration
    public const PointerOperation TouchDown
    Field Value
    Type
    PointerOperation

    TouchUp

    Specifies the touch up action.

    Declaration
    public const PointerOperation TouchUp
    Field Value
    Type
    PointerOperation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved