Skip to main content
All docs
V24.1

RestoreLayoutErrorEventArgs Properties

Contains data for DockManager.RestoreLayoutError and BaseView.RestoreLayoutError events.
Name Description
Exceptions Gets the list of exceptions that occurred during the restore layout operation.
IsLayoutBroken Gets whether the layout cannot be restored due to the invalid layout file.
Throw Gets or sets whether to throw exceptions that occur during the restore layout operation.
See Also