Skip to main content
All docs
V25.1
  • GanttControlHitInfo.TimelineSplitterHitTest Property

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttSplitterHitTest TimelineSplitterHitTest { get; set; }

    Property Value

    Type Description
    DevExpress.XtraGantt.GanttSplitterHitTest

    An object that contains information about the timeline splitter’s visual element under the hit point.

    See Also