TcxSchedulerFilteredEventList.Start Property
In This Article
Gets the start time in the time range used to select TcxSchedulerControlEvent objects that are to be loaded into the TcxSchedulerFilteredEventList collection.
#Declaration
Delphi
property Start: TDateTime read;
#Property Value
Type |
---|
TDate |
#Remarks
Combined with the Finish property the Start property defines the time range for the filter criteria used to select TcxSchedulerControlEvent objects for loading into the TcxSchedulerFilteredEventList collection.
See Also