Specifies how the events should be rendered.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public EventRendering DynamicEventRendering { get; set; } |
| Visual Basic |
|---|
Public Property DynamicEventRendering As EventRendering Get Set |
| Visual C++ |
|---|
public: property EventRendering DynamicEventRendering { EventRendering get (); void set (EventRendering value); } |