Skip to main content

SchedulerStorageBase.RaiseFilterDependency(AppointmentDependency) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual bool RaiseFilterDependency(
    AppointmentDependency dependency
)

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