Back to Devexpress

ASPxGridViewBehaviorSettings.AllowAutoFilter Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-3afdc13b.md

latest2.2 KB
Original Source

ASPxGridViewBehaviorSettings.AllowAutoFilter Property

Specifies whether auto filtering is allowed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true, to allow auto filtering; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowAutoFilter
ASPxGridView

.SettingsBehavior .AllowAutoFilter

| | GridViewProperties |

.SettingsBehavior .AllowAutoFilter

|

Remarks

Use the GridViewDataColumnSettings.AllowAutoFilter property to allow auto filtering for a particular grid column.

Use the following properties to control the filter row visibility.

See Also

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace