Class
GridViewCellEventArgs

Provides data for RadGridView events related to cell and row operations.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCellEventArgs : GridViewCellEventArgsBase

Inheritance: objectEventArgsGridViewCellEventArgsBaseGridViewCellEventArgs

Inherited Members GridViewCellEventArgsBase.Equals(object)GridViewCellEventArgsBase.GetHashCode()GridViewCellEventArgsBase.RowGridViewCellEventArgsBase.ColumnGridViewCellEventArgsBase.ColumnIndexGridViewCellEventArgsBase.RowIndexEventArgs.Empty

Constructors

GridViewCellEventArgs(GridViewRowInfo, GridViewColumn, IInputEditor)

Initializes a new instance of the GridViewCellEventArgs class.

Declaration

cs-api-definition
public GridViewCellEventArgs(GridViewRowInfo row, GridViewColumn column, IInputEditor activeEditor)

Parameters

row

GridViewRowInfo

The row.

column

GridViewColumn

The column.

activeEditor

IInputEditor

The active editor.

Properties

ActiveEditor

Gets the IInputEditor related with the cell.

Declaration

cs-api-definition
public IInputEditor ActiveEditor { get; }

Property Value

IInputEditor

Value

Gets the cell value.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object