Back to Devexpress

LayoutControl.DefaultLayoutLoading Event

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-789f5c2f.md

latest1.7 KB
Original Source

LayoutControl.DefaultLayoutLoading Event

Fires before loading the default layout (the layout saved by the LayoutControl.SetDefaultLayout method).

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler DefaultLayoutLoading
vb
<DXCategory("Behavior")>
Public Event DefaultLayoutLoading As EventHandler

Event Data

The DefaultLayoutLoading event's data class is EventArgs.

Remarks

This is a notification event. It’s fired by the LayoutControl.RestoreDefaultLayout method.

See Also

RestoreDefaultLayout()

SetDefaultLayout()

Save and Restore Form Layout

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace