Skip to main content

LayoutItemSizeChangedEventArgs.PrevValue Property

Gets the previous value of the item’s width/height.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public GridLength PrevValue { get; }

Property Value

Type Description
GridLength

A GridLength value that specifies the item’s previous width/height.

See Also