aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-3afdc13b.md
Specifies whether auto filtering is allowed.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(true)]
public bool AllowAutoFilter { get; set; }
<DefaultValue(True)>
Public Property AllowAutoFilter As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true, to allow auto filtering; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to AllowAutoFilter |
|---|---|
| ASPxGridView |
.SettingsBehavior .AllowAutoFilter
| | GridViewProperties |
.SettingsBehavior .AllowAutoFilter
|
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