LayoutItemSizeChangedEventArgs.Value Property
Gets the current value of the item’s width/height.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v26.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
| Type | Description |
|---|---|
| GridLength | A GridLength value that specifies the item’s new width/height. |
See Also