Back to Devexpress

WorkspaceManager.ThrowOnWorkspaceError Property

windowsforms-devexpress-dot-utils-dot-workspacemanager-497ed7b9.md

latest2.3 KB
Original Source

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.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ThrowOnWorkspaceError { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property ThrowOnWorkspaceError As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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

|

Available values:

NameDescriptionReturn 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

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace