Event rendering type.
Namespace: DayPilot.Web.Ui.EnumsAssembly: 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 name | Value | Description | |
---|---|---|---|
Disabled | 0 | All events are rendered at once. | |
Progressive | 1 | Events are rendered as the user scrolls. |