SchedulerStorageBase.RaiseFilterDependency(AppointmentDependency) Method
Raises the SchedulerStorageBase.FilterDependency event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
dependency | AppointmentDependency | A AppointmentDependency for which the event is raised. |
Returns
Type | Description |
---|---|
Boolean | True if the SchedulerStorageBase.FilterDependency event is not handled or e.Cancel within the event handler is not set to true; otherwise, false. |
See Also