The BeforeCellRenderEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodBeforeCellRenderEventArgs
Initializes a new instance of the BeforeCellRenderEventArgs class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCssClass
CSS class to be applied to the cell. Remember that it will be prefixed with DayPilotMonth.CssClassPrefix.
Public propertyEnd
Ending time of the cell. Read-only.
Public propertyInnerHTML
HTML to be placed inside the cell.
Public propertyStart
Starting time of the cell. Read-only.

See Also