Back to Devexpress

ASPxGridBehaviorSettings.AllowHeaderFilter Property

aspnet-devexpress-dot-web-dot-aspxgridbehaviorsettings-50b0e5f3.md

latest1.3 KB
Original Source

ASPxGridBehaviorSettings.AllowHeaderFilter Property

Specifies whether filtering using the header filter is allowed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool AllowHeaderFilter { get; set; }
vb
<DefaultValue(True)>
Public Property AllowHeaderFilter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ASPxGridBehaviorSettings Class

ASPxGridBehaviorSettings Members

DevExpress.Web Namespace