windowsforms-devexpress-dot-xtrabars-dot-barmanager-770393af.md
Occurs after a layout whose version doesn’t match the current layout’s version has been loaded from storage(a stream, xml file or system registry).
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Docking")]
public event LayoutUpgradeEventHandler LayoutUpgrade
<DXCategory("Docking")>
Public Event LayoutUpgrade As LayoutUpgradeEventHandler
The LayoutUpgrade event's data class is LayoutUpgradeEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| NewHiddenItems | Returns an array of items that exist in the current control but do not exist in the layout being loaded. These items are hidden. This property is in effect for the LayoutControl. |
| PreviousVersion | Returns the textual representation of the previous layout version. |
The LayoutUpgrade event allows you to customize the current layout after an earlier version of the layout has been loaded and applied to the BarManager. See the OptionsLayoutBase.LayoutVersion topic for more information.
See Also
Saving and Restoring a Bars Layout Automatically