RowCellStyleEventArgs Properties
Provides data for the GridView.RowCellStyle event.| Name | Description |
|---|---|
| Appearance | Gets the appearance settings used to paint the data cell currently being processed. |
| CellValue | Returns the currently processed cell value. Inherited from CustomRowCellEventArgs. |
| Column | Gets the column to which the currently processed cell corresponds. Inherited from CustomRowCellEventArgs. |
| RowHandle | Gets the handle of the row that contains the processed cell. Inherited from CustomRowCellEventArgs. |
See Also