Skip to main content
All docs
V25.1
  • CustomCalcTaskDependencyEventArgs.ArrowBounds Property

    Gets or sets the dependency arrow’s bounds.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public Rectangle ArrowBounds { get; set; }

    Property Value

    Type Description
    Rectangle

    A structure that specifies a rectangle.

    See Also