Back to Devexpress

ToolbarFormControl.BeforeLoadLayout Event

windowsforms-devexpress-dot-xtrabars-dot-toolbarform-dot-toolbarformcontrol-66492352.md

latest2.4 KB
Original Source

ToolbarFormControl.BeforeLoadLayout Event

Occurs before a layout is restored from storage (stream, XML file, or system registry).

Namespace : DevExpress.XtraBars.ToolbarForm

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event LayoutAllowEventHandler BeforeLoadLayout
vb
<DXCategory("Events")>
Public Event BeforeLoadLayout As LayoutAllowEventHandler

Event Data

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

PropertyDescription
AllowGets or sets whether to allow upgrading the control layout.
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. Inherited from LayoutUpgradeEventArgs.
PreviousVersionReturns the textual representation of the previous layout version. Inherited from LayoutUpgradeEventArgs.

Remarks

You can use ToolbarFormControl.SaveLayoutTo~ and ToolbarFormControl.RestoreLayoutFrom~ methods to save/restore the layout.

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

See Also

ToolbarFormControl Class

ToolbarFormControl Members

DevExpress.XtraBars.ToolbarForm Namespace