Class GridViewCellCancelEventArgs
Provides data for Cell
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCellCancelEventArgs : CancelEventArgs
Constructors
GridViewCellCancelEventArgs(GridViewRowInfo, GridViewColumn, IInputEditor)
Initializes a new instance of the Telerik.
Declaration
public GridViewCellCancelEventArgs(GridViewRowInfo row, GridViewColumn column, IInputEditor editor)
Parameters
Grid The Grid |
Grid The Grid |
IInput
|
Properties
ActiveEditor
Gets the IInput
Declaration
public IInputEditor ActiveEditor { get; }
Property Value
Column
Gets the Grid
Declaration
public GridViewColumn Column { get; }
Property Value
ColumnIndex
Gets a value indicating the column index of the cell that the event occurs for.
Declaration
public virtual int ColumnIndex { get; }
Property Value
System. The index of the column containing the cell that the event occurs for. |
Row
Gets the Grid
Declaration
public GridViewRowInfo Row { get; }
Property Value
RowIndex
Gets a value indicating the row index of the cell that the event occurs for.
Declaration
public virtual int RowIndex { get; }
Property Value
System. The index of the row containing the cell that the event occurs for. |