Class
CellFormattingEventArgs

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 GridViewCellEventArgsBase.Equals(object)GridViewCellEventArgsBase.GetHashCode()GridViewCellEventArgsBase.RowGridViewCellEventArgsBase.ColumnGridViewCellEventArgsBase.ColumnIndexGridViewCellEventArgsBase.RowIndexEventArgs.Empty

Constructors

CellFormattingEventArgs(GridCellElement)

Initializes a new instance of the CellFormattingEventArgs class.

Declaration

cs-api-definition
public CellFormattingEventArgs(GridCellElement cell)

Parameters

cell

GridCellElement

The GridCellElement

Properties

CellElement

Declaration

cs-api-definition
public GridCellElement CellElement { get; }

Property Value

GridCellElement