Back to Devexpress

BarManager.LayoutUpgrade Event

windowsforms-devexpress-dot-xtrabars-dot-barmanager-770393af.md

latest3.1 KB
Original Source

BarManager.LayoutUpgrade Event

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

Declaration

csharp
[DXCategory("Docking")]
public event LayoutUpgradeEventHandler LayoutUpgrade
vb
<DXCategory("Docking")>
Public Event LayoutUpgrade As LayoutUpgradeEventHandler

Event Data

The LayoutUpgrade event's data class is LayoutUpgradeEventArgs. The following properties provide information specific to this event:

PropertyDescription
NewHiddenItemsReturns 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.
PreviousVersionReturns the textual representation of the previous layout version.

Remarks

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

BeforeLoadLayout

LayoutVersion

SaveToRegistry

SaveToStream(Stream)

SaveToXml(String)

RestoreFromRegistry

RestoreFromStream(Stream)

RestoreFromXml(String)

Saving and Restoring a Bars Layout Automatically

Save and Restore Layouts of DevExpress controls

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace