Skip to main content
A newer version of this page is available. .

GanttControlHitInfo.SplitterHitTest Property

Gets or sets information about the splitter’s visual element under the hit point.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttSplitterHitTest SplitterHitTest { get; set; }

Property Value

Type Description
DevExpress.XtraGantt.GanttSplitterHitTest

A GanttSplitterHitTest object that contains information about the splitter’s visual element under the hit point.

See Also