ASPxGridBehaviorSettings.AllowHeaderFilter Property
Specifies whether filtering using the header filter is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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