Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrentCellBeginEditEventArgs

    Show / Hide Table of Contents

    Class GridCurrentCellBeginEditEventArgs

    Provides data for CurrentCellBeginEdit event.

    Inheritance
    System.Object
    CancelEventArgs
    GridCancelEventArgs
    GridCurrentCellBeginEditEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    CancelEventArgs.Cancel
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.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 - 2023 Syncfusion Inc. All Rights Reserved