Back to Devexpress

GanttView.SelectDependency(AppointmentDependency) Method

windowsforms-devexpress-dot-xtrascheduler-dot-ganttview-dot-selectdependency-x28-devexpress-dot-xtrascheduler-dot-appointmentdependency-x29.md

latest1.4 KB
Original Source

GanttView.SelectDependency(AppointmentDependency) Method

Selects the specified appointment dependency so that it is the only selected dependency within the View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual void SelectDependency(
    AppointmentDependency dependency
)
vb
Public Overridable Sub SelectDependency(
    dependency As AppointmentDependency
)

Parameters

NameTypeDescription
dependencyAppointmentDependency

An AppointmentDependency object that specifies the appointment dependency to be selected.

|

See Also

GanttView Class

GanttView Members

DevExpress.XtraScheduler Namespace