Class GridCurrentCellBeginEditEventArgs
Provides data for CurrentCellBeginEdit event.
Inherited Members
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.  |