Skip to main content
All docs
V26.1
  • CustomDrawTaskEventArgs.DrawSplit(RectangleF) Method

    Draws a task splitter.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public void DrawSplit(
        RectangleF bounds
    )

    Parameters

    Name Type Description
    bounds RectangleF

    A RectangleF structure that specifies the bounds where the task splitter should be drawn.

    See Also