The BeforeTimeHeaderRenderArgs type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Cell background color.
Public propertyEnd
Cell end time.
Public propertyInnerHtml
Cell HTML.
Public propertyIsColGroup
True if this cell is in a column group header (i.e. not the bottom row).
Public propertyLevel
Header level (row), starting at 0.
Public propertyStart
Cell start time.
Public propertyToolTip
Cell ToolTip, displayed on mouse hover.
Public propertyVisible Obsolete.
Whether this column should be displayed when ShowNonBusiness == false. Ignored for IsColGroup == true. Use OnIncludeCell() instead of OnBeforeTimeHeaderRender. Time cell visibility is no longer controlled using OnBeforeTimeHeaderRender.

See Also