The BeforeTimeHeaderRenderEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BeforeTimeHeaderRenderEventArgs | Initializes a new instance of the BeforeTimeHeaderRenderEventArgs class |
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 | ||
| BackgroundColor |
Cell background color.
| |
| End |
Cell end time.
| |
| InnerHTML |
Cell HTML.
| |
| IsColGroup | Obsolete.
True if this cell is in a column group header (i.e. not the bottom row).
Obsolete: This property is always true. Use Level instead to detect the header level.
| |
| Level |
Header level (row), starting at 0.
| |
| Start |
Cell start time.
| |
| ToolTip |
Cell ToolTip, displayed on mouse hover.
| |
| Visible | Obsolete.
Whether this column should be displayed when ShowNonBusiness == false. Ignored for IsColGroup == true.
Obsolete: This property is ignored. Use DayPilotScheduler.IncludeCell event to customize time cell visibility.
|