menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class GridCurrentCellBeginEditEventArgs

    Provides data for CurrentCellBeginEdit event.

    Inheritance
    System.Object
    GridCancelEventArgs
    GridCurrentCellBeginEditEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridCurrentCellBeginEditEventArgs : GridCancelEventArgs

    Constructors

    GridCurrentCellBeginEditEventArgs(Object)

    Initializes a new instance of the GridCurrentCellBeginEditEventArgs class.

    Declaration
    public GridCurrentCellBeginEditEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the grid column of the current cell being edited.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    The corresponding GridColumn that contains the cell to be edited.

    RowColumnIndex

    Gets the RowColumnIndex of the current cell being edited.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    The corresponding RowColumnIndex of the current cell being edited.

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