Skip to main content

ActivePanelChangedEventArgs.OldPanel Property

Gets the previously active dock panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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