Event rendering type.

Namespace: DayPilot.Web.Ui.Enums
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public enum EventRendering
Visual Basic
Public Enumeration EventRendering
Visual C++
public enum class EventRendering

Members

Member nameValueDescription
Disabled0 All events are rendered at once.
Progressive1 Events are rendered as the user scrolls.

See Also