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

LayoutItemSizeChangedEventArgs.HeightChanged Property

Gets whether the item’s height has been changed.

Namespace: DevExpress.Xpf.Docking.Base

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

Declaration

public bool HeightChanged { get; }

Property Value

Type Description
Boolean

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

See Also