Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewTableDataCellEventArgs Constructors

Provides data for the ASPxGridView.HtmlDataCellPrepared event.
Name Parameters Description
ASPxGridViewTableDataCellEventArgs(GridViewTableDataCell, Object) cell, keyValue Initializes a new instance of the ASPxGridViewTableDataCellEventArgs class.
ASPxGridViewTableDataCellEventArgs(TableCell, Object, ASPxGridView, Int32, GridViewDataColumn) cell, keyValue, grid, visibleIndex, column Initializes a new instance of the ASPxGridViewTableDataCellEventArgs class with specified settings.
See Also