Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public bool ApplyAppointmentFilters { get; set; }

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.

See Also