Class CellFormattingEventArgs
Provides data for the CellFormatting event
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class CellFormattingEventArgs : GridViewCellEventArgsBase
Constructors
CellFormattingEventArgs(GridCellElement)
Initializes a new instance of the CellFormattingEventArgs class.
Declaration
public CellFormattingEventArgs(GridCellElement cell)
Parameters
GridCellElement
cell
The GridCellElement |
Properties
CellElement
Gets the GridCellElement
Declaration
public GridCellElement CellElement { get; }
Property Value
GridCellElement
|