Skip to main content
All docs
V18.2

SchedulerStorageBase.IsDependencyIntersectsInterval(AppointmentDependency, TimeInterval) Method

Gets whether the dependency link intersects the specified time interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Browsable(false)]
[DXBrowsable(false)]
public virtual bool IsDependencyIntersectsInterval(
    AppointmentDependency dependency,
    TimeInterval interval
)

Parameters

Name Type Description
dependency AppointmentDependency

An AppointmentDependency object to test.

interval TimeInterval

A TimeInterval object that is the time interval in question.

Returns

Type Description
Boolean

True, if the appointment dependency intersects the time interval; otherwise, false.

Remarks

The IsDependencyIntersectsInterval property determines whether an appointment dependency should be visualized in the specified time interval.

See Also