Skip to main content
All docs
V25.1
  • RestoreLayoutErrorEventArgs.Exceptions Property

    Gets the list of exceptions that occurred during the restore layout operation.

    Namespace: DevExpress.Utils.Serializing

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public List<RestoreLayoutException> Exceptions { get; }

    Property Value

    Type Description
    List<DevExpress.Utils.Serializing.RestoreLayoutException>

    The list of exceptions that occurred during the restore layout operation.

    Remarks

    The Exceptions collection can contain the following items:

    See Also