Class CurrentCellBeginEditEventArgs
Represents the class that holds the information about the CurrentCellBeginEdit event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class CurrentCellBeginEditEventArgs : GridCancelEventArgs
Constructors
CurrentCellBeginEditEventArgs(Object)
Initializes a new instance of the CurrentCellBeginEditEventArgs class.
Declaration
public CurrentCellBeginEditEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The original reporting sender that raised the event. |
Properties
DataColumn
Gets the DataColumnBase of the current cell.
Declaration
public DataColumnBase DataColumn { get; }
Property Value
Type |
---|
DataColumnBase |
DataRow
Gets the DataRowBase of the current cell.
Declaration
public DataRowBase DataRow { get; }
Property Value
Type |
---|
DataRowBase |