Skip to main content
A newer version of this page is available. .

TcxSchedulerEventLabels.Items Property

Provides indexed access to the user event‘s color labels in the TcxSchedulerEventLabels collection.

Declaration

property Items[Index: Integer]: TcxSchedulerEventLabel read; default;

Property Value

Type
TcxSchedulerEventLabel

Remarks

Use the Items property to get the color label at the position specified by the zero-based Index parameter.

See Also