ClassCellFormattingEventArgs
Class
Provides data for the CellFormatting event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class CellFormattingEventArgs : GridViewCellEventArgsBase
Inheritance: objectEventArgsGridViewCellEventArgsBaseCellFormattingEventArgs
Inherited Members
Constructors
CellFormattingEventArgs(GridCellElement)
Initializes a new instance of the CellFormattingEventArgs class.
Declaration
cs-api-definition
public CellFormattingEventArgs(GridCellElement cell)
Parameters
cell
The GridCellElement
Properties
CellElement
Gets the GridCellElement
Declaration
cs-api-definition
public GridCellElement CellElement { get; }
Property Value