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

LayoutItemActivatedEventArgs.OldItem Property

Gets the previously activated layout item.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public BaseLayoutItem OldItem { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the previously activated layout item.

See Also