LayoutControl.DefaultLayoutLoading Event
Fires before loading the default layout (the layout saved by the LayoutControl.SetDefaultLayout method).
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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