Back to Devexpress

TcxEventType Enum

vcl-cxschedulerstorage-a509a876.md

latest1.1 KB
Original Source

TcxEventType Enum

Enumerates the available state values for the TcxSchedulerEvent.EventType property.

Declaration

delphi
TcxEventType = (
    etNone,
    etPattern,
    etOccurrence,
    etException,
    etCustom
);

Members

Name
etNone
etPattern
etOccurrence
etException
etCustom

Remarks

Options include:

ValueDescription
etNoneThe user event is not recurring.
etPatternThe user event is a parent of the recurrence chain.
etOccurrenceThe occurrence is spawned from the parent.
etExceptionNo reoccurrence at the specified time in the chain of reoccurrences for the recurring user event.
etCustomThe occurrence’s details are changed.

See Also

cxSchedulerStorage Unit