Is the event part of a recurrent event sequence?

Namespace: DayPilot.Web.Mvc.Events.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public bool Recurrent { get; }
Visual Basic
Public ReadOnly Property Recurrent As Boolean
	Get
Visual C++
public:
property bool Recurrent {
	bool get ();
}

See Also