Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerOperation - Xamarin.iOS API Reference | Syncfusion SfDataGrid control. ">

    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.iOS.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 Description
    PointerOperation

    Move

    Specifies the move action.

    Declaration
    public const PointerOperation Move
    Field Value
    Type Description
    PointerOperation

    TouchDown

    Specifies the touch down action.

    Declaration
    public const PointerOperation TouchDown
    Field Value
    Type Description
    PointerOperation

    TouchUp

    Specifies the touch up action.

    Declaration
    public const PointerOperation TouchUp
    Field Value
    Type Description
    PointerOperation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved