Skip to main content
All docs
V23.2

CustomDrawTaskEventArgs.DrawSplit(RectangleF) Method

Draws a task splitter.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

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