Skip to main content
A newer version of this page is available. .
Tab

ASPxFilterControlBase.AllowNonVisualFilterExpression Property

Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AllowNonVisualFilterExpression { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the expressions that cannot be visualized can be used; otherwise, false. The default is false.

Remarks

When the ASPxFilterControlBase.ViewMode property is set to VisualAndText, complex valid expressions typed as text (via the Text tab) fail validation if they can not be visualized as a tree in the Visual tab.

We recommend that you set this property to true only if your scenario requires using a valid expression that cannot be visualized in the Visual tab.

See Also