Back to Devexpress

XRDesignMdiControllerDesignSettings.UseLegacyExpressionEditor Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignmdicontrollerdesignsettings-2367740d.md

latest3.9 KB
Original Source

XRDesignMdiControllerDesignSettings.UseLegacyExpressionEditor Property

OBSOLETE

This property is no longer used in the Expression Editor implementation.

Enables you to switch back a WinForms reporting application to using the legacy Expression Editor that does not support syntax highlighting and intelligent code completion.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is no longer used in the Expression Editor implementation.", false)]
public DefaultBoolean UseLegacyExpressionEditor { get; set; }
vb
<Obsolete("This property is no longer used in the Expression Editor implementation.", False)>
<Browsable(False)>
Public Property UseLegacyExpressionEditor As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

DefaultBoolean.True, to use the legacy Expression Editor; DefaultBoolean.False, to use a newer Expression Editor version; DefaultBoolean.Default to use the WindowsFormsSettings.DefaultSettingsCompatibilityMode setting.

|

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseLegacyExpressionEditor
XRDesignMdiController

.DesignSettings .UseLegacyExpressionEditor

|

Remarks

This property defines which Expression Editor version is used in the Query Builder, calculated field expressions and formatting rule conditions.

This property has priority over the WindowsFormsSettings.DefaultSettingsCompatibilityMode setting. To learn more, see Version Compatibility: Default Property Values.

See Also

Expression Editor

XRDesignMdiControllerDesignSettings Class

XRDesignMdiControllerDesignSettings Members

DevExpress.XtraReports.UserDesigner Namespace