Class CurrentCellBeginEditEventArgs
Provides data for CurrentCellBeginEdit event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CurrentCellBeginEditEventArgs : GridCancelEventArgs
Constructors
CurrentCellBeginEditEventArgs(Object)
Initializes a new instance of CurrentCellBeginEditEventArgs class.
Declaration
public CurrentCellBeginEditEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
Column
Gets the GridColumn that contains the current cell for which the event occurred.
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 for which the event occurred.
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The corresponding RowColumnIndex of the current cell for which the event occurred. |