Back to Devexpress

TileControl.BeforeLoadLayout Event

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-5cf9188a.md

latest3.0 KB
Original Source

TileControl.BeforeLoadLayout Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event LayoutAllowEventHandler BeforeLoadLayout
vb
<DXCategory("Behavior")>
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.

See Also

OptionsLayout

SaveLayoutToRegistry(String)

SaveLayoutToStream(Stream)

SaveLayoutToXml(String)

RestoreLayoutFromRegistry(String)

RestoreLayoutFromStream(Stream)

RestoreLayoutFromXml(String)

LayoutUpgrade

Save and Restore Layouts of DevExpress controls

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace