DependencyViewInfo.StartAppointmentViewInfo Property
Gets information about the position of a parent appointment in the dependency link.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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