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

DependencyViewInfo Class

Provides information on the visual representation of the dependency.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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