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