Skip to main content

SplitterPositionChangingEventArgs.OldValue Property

Gets the current position.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public int OldValue { get; }

Property Value

Type Description
Int32

An integer value that specifies the splitter’s current position.

See Also