Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerReminderEventID Class

The TcxSchedulerReminderEventID class implements the unique identifier of the user event that contains the scheduled reminder.

#Declaration

Delphi
TcxSchedulerReminderEventID = class(
    TcxSchedulerControlEventID
)

#Remarks

The TcxSchedulerReminderEventID class contains information for finding the required in-memory user event entity (see the TcxSchedulerControlEvent class) with a reminder. The fields inherited correspond to the TcxSchedulerEvent.ID, TcxSchedulerEvent.ParentID and TcxSchedulerEvent.RecurrenceIndex properties. Additionally it introduces a field, which corresponds to the TcxSchedulerEvent.ReminderDate property.

#Inheritance

TObject
TcxSchedulerControlEventID
TcxSchedulerReminderEventID
See Also