DependencyViewInfo Class
In This Article
Provides information on the visual representation of the dependency.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class DependencyViewInfo :
SelectableIntervalViewInfo,
IAppointmentDependencyView,
IDisposable
#Remarks
The DependencyViewInfo object can be accessed via the CustomDrawObjectEventArgs.ObjectInfo property (cast it to the DependencyViewInfo type), when handling the SchedulerControl.CustomDrawDependency event. This object contains information used to render an appointment dependency or a section of a visual representation of a dependency, and provides properties that can be used to customize the dependency appearance and location on the scheduler surface.
#Inheritance
Object
DevExpress.Utils.Drawing.GraphicsInfoArgs
DevExpress.Utils.Drawing.ObjectInfoArgs
DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo
DependencyViewInfo
See Also