FreeTimeCalculator.ApplyAppointmentFilters Property
Gets or sets whether the search for free time intervals is performed considering only filtered appointments.
Namespace: DevExpress.XtraScheduler.Tools
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | true the filter is applied before the search starts; otherwise, false. Default value is true. |
Remarks
This property enables selection of appointments to be used when a search is performed. If ApplyAppointmentFilters is set to true, the filter is applied before the search starts. Otherwise, all appointments contained within the storage are used in the free time calculations.
For information on filtering the appointments, refer to the SchedulerStorageBase.FilterAppointment event description.