The BeforeCellRenderEventArgs type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodBeforeCellRenderEventArgs
Initializes a new instance of the BeforeCellRenderEventArgs class

Collapse imageMethods

  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.)

Collapse imageProperties

  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.

Collapse imageSee Also