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

TcxSchedulerHolidaysLocation Methods
Show Inherited Hide Inherited

The TcxSchedulerHolidaysLocation represents a holiday location (generally, a country).
Name Description
AddHoliday(string,TDateTime) Adds a holiday with the specified name and date to the collection of holidays that belong to the current location.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Clear Deletes all holidays that belong to this location.
Delete(Integer) Removes the holiday specified by its index.
Equals(TObject) Inherited from TObject.
Find(string,TDateTime) Searches for a holiday with the specified name and date.
GetDisplayName Inherited from TCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
PopulateHolidayDates(TcxSchedulerDateList,TDate,TDate,Boolean) Populates a list with holiday dates corresponding to a certain holiday name.
Release Inherited from TCollectionItem.
SetDisplayName(String) Inherited from TCollectionItem.
Sort(TcxDataSortOrder,Boolean) Sorts holidays by either name or date.
ToString Inherited from TObject.
See Also