TcxSchedulerHolidays.Items Property
Provides indexed access to the holidays in the TcxSchedulerHolidays component.
Declaration
property Items[AIndex: Integer]: TcxSchedulerHolidaysLocationHoliday read; default;
Property Value
Type |
---|
TcxSchedulerHolidaysLocationHoliday |
Remarks
Use the Items property to obtain the holiday at the position specified by the zero-based Index parameter.
See Also