Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DependencyViewInfo Class

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