LayoutControl.DefaultLayoutLoading Event
In This Article
Fires before loading the default layout (the layout saved by the LayoutControl.SetDefaultLayout method).
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.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