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