Skip to main content
Tab

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

NuGet Package: DevExpress.Web

#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 ASPxGridFilterControlSettings.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