The BeforeHeaderRenderEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Areas |
Active areas.
| |
| BackgroundColor |
Get or set the background color of the column/row header, e.g. "#FF0000", "blue".
| |
| Columns |
Row header columns.
| |
| ContextMenuClientName |
Custom context menu.
| |
| CssClass |
Get or set the CSS class for a column/row header.
| |
| DataItem |
Original source object.
| |
| Date |
Get the column date (see Column.Date, only available in the Calendar).
| |
| Html |
Get or set the column/row header HTML.
| |
| Id |
Get the column/row id (see Column.Value, Resource.Value).
| |
| InnerHTML | Obsolete.
Get or set the column/row header HTML. Obsolete. Use .Html instead.
| |
| IsCorner |
True for the upper-left corner header cell.
| |
| Name |
Get the column/row name (see Column.Name, Resource.Name).
| |
| ToolTip |
Get or set the column/row header tooltip.
| |
| Value | Obsolete.
Get the column/row id (see Column.Value, Resource.Value). Obsolete. Use .Id instead.
|