How many additional horizontal pixels of events should be pre-rendered on each side of the current viewport.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public int DynamicEventRenderingMargin { get; set; }
Visual Basic (Declaration)
Public Property DynamicEventRenderingMargin As Integer
Visual C++
public:
property int DynamicEventRenderingMargin {
	int get ();
	void set (int value);
}

See Also