TcxSchedulerFilteredEventList Class
In This Article
Implements a collection containing TcxSchedulerControlEvent objects.
#Declaration
Delphi
TcxSchedulerFilteredEventList = class(
TcxSchedulerEventList
)
#Remarks
The TcxSchedulerFilteredEventList collection is used for storing in-memory TcxSchedulerControlEvent objects that meet the criteria specified by the Start and Finish properties.
#Inheritance
TObject
TcxSchedulerEventList
TcxSchedulerFilteredEventList
See Also