TcxSchedulerFilteredEventList.Finish Property
Gets the end time in the time range used to select TcxSchedulerControlEvent objects that are to be loaded into the TcxSchedulerFilteredEventList collection.
Declaration
property Finish: TDateTime read;
Property Value
Type |
---|
TDateTime |
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