Skip to main content
A newer version of this page is available. .
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.v20.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.

Property Paths

You can access this nested property as listed below:

Show 18 property paths
Library Object Type Path to AllowNonVisualFilterExpression
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsFilterControl .AllowNonVisualFilterExpression
ASPxGridView
.SettingsFilterControl .AllowNonVisualFilterExpression
ASPxTreeList
.SettingsFilterControl .AllowNonVisualFilterExpression
ASPxVerticalGrid
.SettingsFilterControl .AllowNonVisualFilterExpression
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsFilterControl .AllowNonVisualFilterExpression
BootstrapGridView
.SettingsFilterControl .AllowNonVisualFilterExpression
ASP.NET MVC Extensions CardViewSettings
.SettingsFilterControl .AllowNonVisualFilterExpression
CardViewSettings<CardType>
.SettingsFilterControl .AllowNonVisualFilterExpression
GridViewSettings
.SettingsFilterControl .AllowNonVisualFilterExpression
GridViewSettings<RowType>
.SettingsFilterControl .AllowNonVisualFilterExpression
MVCxCardView
.SettingsFilterControl .AllowNonVisualFilterExpression
MVCxGridView
.SettingsFilterControl .AllowNonVisualFilterExpression
MVCxTreeList
.SettingsFilterControl .AllowNonVisualFilterExpression
MVCxVerticalGrid
.SettingsFilterControl .AllowNonVisualFilterExpression
TreeListSettings
.SettingsFilterControl .AllowNonVisualFilterExpression
TreeListSettings<RowType>
.SettingsFilterControl .AllowNonVisualFilterExpression
VerticalGridSettings
.SettingsFilterControl .AllowNonVisualFilterExpression
VerticalGridSettings<ColumnType>
.SettingsFilterControl .AllowNonVisualFilterExpression

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