menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class GridOperationHandlerArgs

    Provides data for handling the grid operations to update selection.

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

    Properties

    Operation

    Gets the Syncfusion.SfDataGrid.XForms.GridOperation related to the event.

    Declaration
    public GridOperation Operation { get; }
    Property Value
    Type Description
    Syncfusion.SfDataGrid.XForms.GridOperation

    An object that represents the Syncfusion.SfDataGrid.XForms.GridOperation related to the event.

    OperationArgs

    Gets the operation arguments related to the event.

    Declaration
    public object OperationArgs { get; }
    Property Value
    Type Description
    System.Object

    An object that represents the operation arguments related to the event.

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