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