Skip to main content

LayoutItemSizeChangedEventArgs.WidthChanged Property

Gets whether the item’s width has been changed.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool WidthChanged { get; }

Property Value

Type Description
Boolean

true if the item’s width has been changed; false if the item’s height has been changed.

See Also