Skip to main content
All docs
V18.2

SchedulerStorageBase.FilterDependencies(AppointmentDependencyBaseCollection) Method

Applies filter to the specified appointment dependency collection.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
[DXBrowsable(false)]
public virtual AppointmentDependencyBaseCollection FilterDependencies(
    AppointmentDependencyBaseCollection dependencies
)

Parameters

Name Type Description
dependencies AppointmentDependencyBaseCollection

An AppointmentDependencyBaseCollection containing dependencies to filter.

Returns

Type Description
AppointmentDependencyBaseCollection

An AppointmentDependencyBaseCollection containing filtered dependencies.

Remarks

Use the PersistentObjectStorage<T>.Filter property of the appointment dependency storage to set the filter.

See Also