ClassHTMLCellFormattingEventArgs
Class
Provides event arguments for the HTMLCellFormatting event
Definition
Namespace:Telerik.WinControls.UI.Export.HTML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class HTMLCellFormattingEventArgs : EventArgs
Inheritance: objectEventArgsHTMLCellFormattingEventArgs
Inherited Members
Constructors
HTMLCellFormattingEventArgs(int, int, Type, GridViewCellInfo, CellElement, object)
Declaration
cs-api-definition
public HTMLCellFormattingEventArgs(int gridRowIndex, int gridColumnIndex, Type gridRowInfoType, GridViewCellInfo gridViewCellInfo, CellElement htmlCellElement, object innerCellValue)
Parameters
gridRowIndex
gridColumnIndex
gridRowInfoType
gridViewCellInfo
htmlCellElement
innerCellValue
Properties
CancelConditionalFormatting
Get or Set escaping for conditional formatting for this cell.
Declaration
cs-api-definition
public bool CancelConditionalFormatting { get; set; }
Property Value
GridCellInfo
Get a reference to the source grid's cell.
Declaration
cs-api-definition
public GridViewCellInfo GridCellInfo { get; }
Property Value
GridColumnIndex
Get source grid's column index
GridRowIndex
Get source grid's row index
GridRowInfoType
Get source grid's row type
HTMLCellElement
Get html cell element for further formatting
Declaration
cs-api-definition
public CellElement HTMLCellElement { get; }
Property Value
InnerCellValue
Get the inner cell value which reference the original grid's value