RestoreLayoutErrorEventArgs.Throw Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Set the Throw
property to false
after you fix all exceptions that occurred.
See Also