TcxSchedulerHolidaysLocationHoliday.DisplayText Property
Returns the holiday’s display name.
Declaration
property DisplayText: string read;
Property Value
| Type |
|---|
| string |
Remarks
The holiday’s display name is the concatenation of the holiday name (see the Name property) and the holiday location name in parentheses (see the TcxSchedulerHolidaysLocation.Name property).
See Also