Skip to main content
All docs
V24.1

CustomDrawTaskEventArgs.DrawSplit(RectangleF) Method

Draws a task splitter.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.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