Skip to main content

SplitterPositionChangingEventArgs.NewValue Property

Gets the position that is about to be set.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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