Skip to main content
All docs
V25.1
  • SplitterPositionChangingEventArgs.NewValue Property

    Gets the position that is about to be set.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public object NewValue { get; }

    Property Value

    Type Description
    Object

    An object that specifies the position that is about to be set.

    See Also