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. |
Cell |
Returns the currently processed cell value.
Inherited from Custom |
Column |
Gets the column to which the currently processed cell corresponds.
Inherited from Custom |
Row |
Gets the handle of the row that contains the processed cell.
Inherited from Custom |
See Also