Skip to main content
All docs
V25.1
  • GanttControl.SplitterPositionChanged Event

    Fires after the splitter changes its position.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DXCategory("Behavior")]
    public event EventHandler SplitterPositionChanged

    Event Data

    The SplitterPositionChanged event's data class is EventArgs.

    See Also