Back to Devexpress

TdxSchedulerNewRecurringEvent Class

vcl-cxscheduleractions-d6ff2402.md

latest2.8 KB
Original Source

TdxSchedulerNewRecurringEvent Class

An action object that corresponds to the NewRecurringEvent command provided by the Scheduler control.

Declaration

delphi
TdxSchedulerNewRecurringEvent = class(
    TdxSchedulerCustomNewEventAction
)

Remarks

This class does not introduce any new public members. Executing a TdxSchedulerNewRecurringEvent action object displays the Event dialog and then invokes the Event recurrence dialog as if a user clicked the Recurrence button in the Event dialog:

UI elements linked to a TdxSchedulerNewRecurringEvent action object are enabled only if the following conditions are met:

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxSchedulerAction TdxSchedulerCustomNewEventAction TdxSchedulerNewRecurringEvent

See Also

TdxSchedulerNewEvent Class

TdxSchedulerNewRecurringEvent Members

cxSchedulerActions Unit