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