menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPointerEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPointerEventArgs

    Provides data for handling the pointer touch operations for selection.

    Inheritance
    System.Object
    GridPointerEventArgs
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class GridPointerEventArgs : Object

    Properties

    Operation

    Gets the PointerOperation related to the event.

    Declaration
    public PointerOperation Operation { get; }
    Property Value
    Type Description
    PointerOperation

    An object that represents the PointerOperation related to the event.

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