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