TcxSchedulerHolidaysLocation.Holidays Property
Provides indexed access to holidays registered for this location.
Declaration
property Holidays[AIndex: Integer]: TcxSchedulerHolidaysLocationHoliday read; write; default;
Property Value
Type |
---|
TcxSchedulerHolidaysLocationHoliday |
Remarks
Use the Items property to specify or obtain the holiday at the position specified by the zero-based Index parameter.
See Also