The BeforeTimeHeaderRenderArgs type exposes the following members.

Constructors

  NameDescription
Public methodBeforeTimeHeaderRenderArgs
Initializes a new instance of the BeforeTimeHeaderRenderArgs class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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