Specifies how the events should be rendered.

Namespace:  DayPilot.Web.Ui
Assembly:  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);
}

See Also