TcxSchedulerEventLabels.Items Property
In This Article
Provides indexed access to the user event‘s color labels in the TcxSchedulerEventLabels collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxSchedulerEventLabel read; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to get the color label at the position specified by the zero-based Index parameter.
See Also