Back to Devexpress

RestoreLayoutErrorEventArgs.Throw Property

corelibraries-devexpress-dot-utils-dot-serializing-dot-restorelayouterroreventargs-4e1c6ad6.md

latest1.3 KB
Original Source

RestoreLayoutErrorEventArgs.Throw Property

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

Namespace : DevExpress.Utils.Serializing

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public bool Throw { get; set; }
vb
Public Property [Throw] As Boolean

Property Value

TypeDescription
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

RestoreLayoutErrorEventArgs Class

RestoreLayoutErrorEventArgs Members

DevExpress.Utils.Serializing Namespace