Skip to main content
All docs
V25.1
  • WorkspaceManager.ThrowOnWorkspaceError Property

    Gets or sets whether the application should throw the XmlException when a user attempts to apply a corrupt workspace. Regardless of this setting, the Workspace Manager also fires the WorkspaceError event that notifies you about the issue.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    [DXCategory("Behavior")]
    public DefaultBoolean ThrowOnWorkspaceError { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    Specifies whether or not invalid workspaces should trigger the XmlException when applied. The Default value is equal to False.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    Remarks

    Neither the exception nor the WorkspaceError event occur when an invalid workspace is loaded (added to the Workspaces collection), only when a user tries to apply this workspace.

    See Also