Skip to main content
A newer version of this page is available. .

DependencyViewInfo.StartAppointmentViewInfo Property

Gets information about the position of a parent appointment in the dependency link.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentViewInfo StartAppointmentViewInfo { get; }

Property Value

Type Description
AppointmentViewInfo

An AppointmentViewInfo object that can be used to determine the appointment bounds.

Remarks

Use the Bounds property to determine the bounds of the parent appointment (appointment whose ID equals the AppointmentDependency.ParentId for the current appointment dependency), which is the appointment at the tail of the arrow representing the dependency.

See Also