Event rendering type.

Namespace: DayPilot.Web.Ui.Enums
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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