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

TcxSchedulerFilteredEventList.Items Property

Provides indexed access to the user events in the TcxSchedulerFilteredEventList collection.

Declaration

property Items[AIndex: Integer]: TcxSchedulerControlEvent read; default;

Property Value

Type
TcxSchedulerControlEvent

Remarks

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

See Also