ASPxGridViewBehaviorSettings.AllowAutoFilter Property
In This Article
Specifies whether auto filtering is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
ASPx |
|
Grid |
|
#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.
- ASPxGridViewSettings.ShowFilterRow. Specifies whether the filter row is displayed for each column in the grid.
- GridViewColumnMenuItemVisibility.ShowFilterRow. Gets or sets the visibility of the filter row displayed within a column context menu.
See Also