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