CustomDrawTaskEventArgs.DrawSplit(RectangleF) Method
In This Article
Draws a task splitter.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public void DrawSplit(
RectangleF bounds
)
#Parameters
Name | Type | Description |
---|---|---|
bounds | Rectangle |
A Rectangle |
See Also