Back to Devexpress

cxShowRecurrenceHolidayEditor(TcxSchedulerHolidaysLocationHoliday,TcxLookAndFeel,Boolean,Boolean,Boolean,TControl) Method

vcl-cxschedulerdialogs-dot-cxshowrecurrenceholidayeditor-x28-ff8fc82a-x29.md

latest1.6 KB
Original Source

cxShowRecurrenceHolidayEditor(TcxSchedulerHolidaysLocationHoliday,TcxLookAndFeel,Boolean,Boolean,Boolean,TControl) Method

Invokes the “Holiday recurrence” dialog for the specified holiday.

Declaration

delphi
function cxShowRecurrenceHolidayEditor(AHoliday: TcxSchedulerHolidaysLocationHoliday; ALookAndFeel: TcxLookAndFeel; out AModified: Boolean; AReadOnly: Boolean = False; AIsInternalActivation: Boolean = False; AControl: TControl = nil): Boolean;

Parameters

NameType
AHolidayTcxSchedulerHolidaysLocationHoliday
ALookAndFeelTcxLookAndFeel
AModifiedBoolean
AReadOnlyBoolean
AIsInternalActivationBoolean
AControlTControl

Returns

Type
Boolean

See Also

TcxSchedulerHolidays

cxSchedulerDialogs.cxShowHolidaysEditor

How to Add Holidays to a Scheduler at Design-Time

cxSchedulerDialogs Unit