ASPxGridBehaviorSettings.AllowHeaderFilter Property
In This Article
Specifies whether filtering using the header filter is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Use the GridDataColumnSettings.AllowHeaderFilter property to allow filtering using the header filter for a particular grid column.
See Also