Class DataGridCurrentCellBeginEditEventArgs
Provides data for
Inheritance
System.Object
DataGridCurrentCellBeginEditEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridCurrentCellBeginEditEventArgs : CancelEventArgs
Constructors
DataGridCurrentCellBeginEditEventArgs(Object)
Initializes a new instance of the DataGridCurrentCellBeginEditEventArgs class.
Declaration
public DataGridCurrentCellBeginEditEventArgs(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 DataGridColumn Column { get; }
Property Value
| Type | Description |
|---|---|
| DataGridColumn | The corresponding |
Handled
ToDo
Declaration
public bool Handled { get; }
Property Value
| Type |
|---|
| System.Boolean |
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. |