Skip to main content

TcxSchedulerEvent.IsRecurring Method

Checks whether the user event is recurring.

Declaration

function IsRecurring: Boolean;

Returns

Type
Boolean

Remarks

If the user event has a recurring state (the value of the EventType property is within the range of the etPattern..etCustom values of the TcxEventType enumeration) this function returns True. Otherwise, the function returns False.

See Also