Back to Devexpress

RibbonControl.LayoutUpgrade Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-28fe6a26.md

latest3.0 KB
Original Source

RibbonControl.LayoutUpgrade Event

Fires when a layout is restored from storage (a stream, xml file, or system registry). This event occurs only when layout versions (see the LayoutVersion property) differ.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event LayoutUpgradeEventHandler LayoutUpgrade
vb
<DXCategory("Events")>
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

You can use the SaveLayoutToXml and RestoreLayoutFromXml methods to save/restore the layout. Users can use the Customization Form to save/restore the layout.

The BeforeLoadLayout and LayoutUpgrade events fire before and after the layout is restored.

See Also

BeforeLoadLayout

RestoreLayoutFromXml

SaveLayoutToXml

Save and Restore Layouts of DevExpress controls

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace