The BeforeHeaderRenderEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Get or set the background color of the column header, e.g. "#FF0000", "blue".
| |
| Date |
Get the column date (Column.Date).
| |
| InnerHTML |
Get or set the column header HTML.
| |
| IsCorner |
True for the upper-left header cell.
| |
| Name |
Get the column name (Column.Name).
| |
| ToolTip |
Get or set the column header tooltip.
| |
| Value |
Get the column value (Column.Value).
|