Provides data for the CellFormatting event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class CellFormattingEventArgs : GridViewCellEventArgsBase
Inheritance: objectEventArgsGridViewCellEventArgsBaseCellFormattingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CellFormattingEventArgs class.
C#
public CellFormattingEventArgs(GridCellElement cell)
The GridCellElement
Properties
Gets the GridCellElement
C#
public GridCellElement CellElement { get; }