TcxSchedulerTimeRanges.Items Property
In This Article
Provides indexed access to the TcxSchedulerTimeRange objects in the TcxSchedulerTimeRanges collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxSchedulerTimeRange read; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to get the TcxSchedulerTimeRange object at the position specified by the zero-based Index parameter.
See Also