A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
public bool ApplyAppointmentFilters { get; set; }
Public Property ApplyAppointmentFilters As Boolean
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
Feedback