Back to Devexpress

NavBarControl.LayoutUpgrade Event

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-1bcdce4c.md

latest2.8 KB
Original Source

NavBarControl.LayoutUpgrade Event

Occurs after a layout whose version doesn’t match the current layout version has been loaded from a stream, xml file or system registry.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event LayoutUpgradeEventHandler LayoutUpgrade
vb
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 the current layout to be customized after an earlier version of the layout has been loaded and applied to the control. See the NavBarControl.LayoutVersion topic for more information.

See Also

LayoutVersion

RestoreFromRegistry(String)

RestoreFromStream(Stream)

RestoreFromXml(String)

SaveToRegistry(String)

SaveToStream(Stream)

SaveToXml(String)

Save and Restore Layouts of DevExpress controls

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace