windowsforms-devexpress-dot-xtrascheduler-dot-drawing-36698e7f.md
Provides information on the visual representation of the dependency.
Namespace : DevExpress.XtraScheduler.Drawing
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class DependencyViewInfo :
SelectableIntervalViewInfo,
IAppointmentDependencyView,
IDisposable
Public Class DependencyViewInfo
Inherits SelectableIntervalViewInfo
Implements IAppointmentDependencyView,
IDisposable
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.
Object DevExpress.Utils.Drawing.GraphicsInfoArgs DevExpress.Utils.Drawing.ObjectInfoArgs DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo DependencyViewInfo
See Also