Skip to main content

DockItemActivatedEventArgs.OldItem Property

Gets the previously activated dock item.

Namespace: DevExpress.Xpf.Docking.Base

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

#Declaration

public BaseLayoutItem OldItem { get; }

#Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the previously activated dock item.

See Also