Back to Devexpress

CompatibilitySettings.AllowEditTextExpressionInFormatRule Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-1c2fe846.md

latest2.0 KB
Original Source

CompatibilitySettings.AllowEditTextExpressionInFormatRule Property

Gets or sets whether users can edit a format condition’s expression text.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool AllowEditTextExpressionInFormatRule { get; set; }
vb
Public Shared Property AllowEditTextExpressionInFormatRule As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow users to edit a format condition’s expression text; otherwise, false.

|

Remarks

Users cannot edit a format condition’s expression text:

Users still can invoke an expression editor and change the expression there:

Set the AllowEditTextExpressionInFormatRule property to true to allow users to edit an expression’s text:

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace