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

ASPxGridBehaviorSettings.AllowHeaderFilter Property

Specifies whether filtering using the header filter is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to allow filtering using the header filter in the grid; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to AllowHeaderFilter
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsBehavior .AllowHeaderFilter
ASPxGridView
.SettingsBehavior .AllowHeaderFilter
ASPxVerticalGrid
.SettingsBehavior .AllowHeaderFilter
GridViewProperties
.SettingsBehavior .AllowHeaderFilter
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsBehavior .AllowHeaderFilter
BootstrapGridView
.SettingsBehavior .AllowHeaderFilter
ASP.NET MVC Extensions CardViewSettings
.SettingsBehavior .AllowHeaderFilter
CardViewSettings<CardType>
.SettingsBehavior .AllowHeaderFilter
GridViewSettings
.SettingsBehavior .AllowHeaderFilter
GridViewSettings<RowType>
.SettingsBehavior .AllowHeaderFilter
MVCxCardView
.SettingsBehavior .AllowHeaderFilter
MVCxGridView
.SettingsBehavior .AllowHeaderFilter
MVCxGridViewProperties
.SettingsBehavior .AllowHeaderFilter
MVCxVerticalGrid
.SettingsBehavior .AllowHeaderFilter
VerticalGridSettings
.SettingsBehavior .AllowHeaderFilter
VerticalGridSettings<ColumnType>
.SettingsBehavior .AllowHeaderFilter

Remarks

Use the GridDataColumnSettings.AllowHeaderFilter property to allow filtering using the header filter for a particular grid column.

See Also