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