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

ASPxGridViewBehaviorSettings.AllowAutoFilter Property

Specifies whether auto filtering is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AllowAutoFilter { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow auto filtering; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowAutoFilter
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior.AllowAutoFilter
ASP.NET Web Forms Controls ASPxGridView
.SettingsBehavior.AllowAutoFilter
GridViewProperties
.SettingsBehavior.AllowAutoFilter
GridViewSettings
.SettingsBehavior.AllowAutoFilter
GridViewSettings<RowType>
.SettingsBehavior.AllowAutoFilter
MVCxGridView
.SettingsBehavior.AllowAutoFilter
MVCxGridViewProperties
.SettingsBehavior.AllowAutoFilter

Remarks

Use the GridViewDataColumnSettings.AllowAutoFilter property to allow auto filtering for a particular grid column.

Use the following properties to control the filter row visibility.

See Also