Is the event part of a recurrent event sequence?

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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