Class CellEventArgs
Provides basic data for the cell events.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class CellEventArgs : RadRoutedEventArgs
Constructors
CellEventArgs(GridViewCellBase)
Initializes a new instance of the CellEventArgs class.
Declaration
public CellEventArgs(GridViewCellBase cell)
Parameters
GridViewCellBase
cell
The current GridViewCellBase |
Properties
Cell
Gets the cell that raised the event.
Declaration
public GridViewCellBase Cell { get; }
Property Value
GridViewCellBase
The cell that raised the event. |