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.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Set the Throw
property to false
after you fix all exceptions that occurred.
See Also