Skip to main content
A newer version of this page is available. .

LayoutControl.DefaultLayoutLoading Event

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public event EventHandler DefaultLayoutLoading

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