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

ActivePanelChangedEventArgs.OldPanel Property

Gets the previously active dock panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public DockPanel OldPanel { get; }

Property Value

Type Description
DockPanel

A DockPanel object representing the previously active dock panel. null (Nothing in Visual Basic) if none of the panels have been active before.

See Also