URL of the image that indicate a recurring event (exception from the series).

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

Syntax

C#
public string RecurrentEventExceptionImage { get; set; }
Visual Basic
Public Property RecurrentEventExceptionImage As String
	Get
	Set
Visual C++
public:
property String^ RecurrentEventExceptionImage {
	String^ get ();
	void set (String^ value);
}

See Also