ASPxGridViewTableDataCellEventArgs Properties
Provides data for the ASPxGridView.HtmlDataCellPrepared event.
Name | Description |
---|---|
Cell | Gets the processed data cell. |
Cell |
Gets the processed cell’s value. |
Data |
Gets the data column that contains the processed cell. |
Key |
Gets an object that uniquely identifies the data row.
Inherited from ASPx |
Visible |
Gets the visible index of the data row.
Inherited from ASPx |
See Also