Skip to main content
All docs
V24.2

RestoreLayoutErrorEventArgs.Throw Property

Gets or sets whether to throw exceptions that occur during the restore layout operation.

Namespace: DevExpress.Utils.Serializing

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public bool Throw { get; set; }

#Property Value

Type Description
Boolean

true to throw restore layout exceptions; otherwise, false.

#Remarks

Set the Throw property to false after you fix all exceptions that occurred.

See Also