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