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

cxShowHolidaysEditor(TcxSchedulerHolidays,TcxLookAndFeel,TControl) Method

Invokes the Holidays editor dialog for the specified TcxSchedulerHolidays component.

#Declaration

Delphi
function cxShowHolidaysEditor(var AHolidays: TcxSchedulerHolidays; ALookAndFeel: TcxLookAndFeel; AControl: TControl = nil): Boolean;

#Parameters

Name Type
AHolidays TcxSchedulerHolidays
ALookAndFeel TcxLookAndFeel
AControl TControl

#Returns

Type
Boolean

#Remarks

The Holidays editor allows an end-user to create holidays and locations associated with them.

{Image}

Use the AHolidays parameter to associate the Holidays editor dialog with a TcxSchedulerHolidays component. The ALookAndFeel parameter specifies the look and feel settings of the displayed dialog.

The cxShowHolidaysEditor function returns True if an end-user saves changes made in the dialog; otherwise – False.

See Also