Skip to main content
Tab

ASPxGridViewBehaviorSettings.AllowAutoFilter Property

Specifies whether auto filtering is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to AllowAutoFilter
ASPxGridView
.SettingsBehavior .AllowAutoFilter
GridViewProperties
.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