Skip to main content
A newer version of this page is available. .

LayoutItemSizeChangedEventArgs.Value Property

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public GridLength Value { get; }

Property Value

Type Description
GridLength

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

See Also