Back to Devexpress

ActivePanelChangedEventArgs.OldPanel Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-activepanelchangedeventargs.md

latest1.3 KB
Original Source

ActivePanelChangedEventArgs.OldPanel Property

Gets the previously active dock panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockPanel OldPanel { get; }
vb
Public ReadOnly Property OldPanel As DockPanel

Property Value

TypeDescription
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

ActivePanelChangedEventArgs Class

ActivePanelChangedEventArgs Members

DevExpress.XtraBars.Docking Namespace