Back to Devexpress

TcxSchedulerEvent.IsRecurring Method

vcl-cxschedulerstorage-dot-tcxschedulerevent-0560f8c4.md

latest919 B
Original Source

TcxSchedulerEvent.IsRecurring Method

Checks whether the user event is recurring.

Declaration

delphi
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

TcxSchedulerEvent.RemoveRecurrence

TcxSchedulerEvent Class

TcxSchedulerEvent Members

cxSchedulerStorage Unit