Skip to main content
Tab

ASPxGridBehaviorSettings.AllowHeaderFilter Property

Specifies whether filtering using the header filter is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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.

#Remarks

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

See Also