Back to Devexpress

DependencyViewInfo Class

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-36698e7f.md

latest1.9 KB
Original Source

DependencyViewInfo Class

Provides information on the visual representation of the dependency.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class DependencyViewInfo :
    SelectableIntervalViewInfo,
    IAppointmentDependencyView,
    IDisposable
vb
Public Class DependencyViewInfo
    Inherits SelectableIntervalViewInfo
    Implements 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

DependencyViewInfo Members

DevExpress.XtraScheduler.Drawing Namespace