DependencyViewInfo.EndAppointmentViewInfo Property
Gets information about the position of a dependent 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 dependent appointment (appointment whose ID equals the AppointmentDependency.DependentId for the current appointgment dependency) which is the appointment at the head of the arrow representing the dependency.
See Also