ActivePanelChangedEventArgs.OldPanel Property
Gets the previously active dock panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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