SchedulerItemBase.QueryEnd Property
Gets the normalized appointment end value which is recommended for use in interval-based appointment data source queries.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
The SchedulerItemBase.QueryStart and QueryEnd properties allow you to calculate the correct interval for use in a SELECT query for SchedulerControl.VisibleIntervalsChanged, DataSource.FetchAppointments, and DataSource.FetchTimeRegions event handlers. The use of the SchedulerItemBase.Start and SchedulerItemBase.End properties is not recommended in this scenario, because their values do not take recurrences into consideration.
The QueryEnd property return values are dependent on the appointment type, as shown in the following table.
Appointment Type | Query |
---|---|
Appointment |
The Scheduler |
Appointment |
The End value of the latest Occurrence, Changed |
Appointment |
The Query |
Appointment |
The Query |