LayoutControl.DefaultLayoutLoaded Event
Fires after the default layout (the layout saved by the LayoutControl.SetDefaultLayout method) has been loaded.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The DefaultLayoutLoaded event's data class is EventArgs.
Remarks
This is a notification event. It’s fired by the LayoutControl.RestoreDefaultLayout method.
See Also