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