ASPxGridViewBehaviorSettings.AllowAutoFilter Property
Specifies whether auto filtering is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 AllowAutoFilter |
---|---|
ASPxGridView |
|
GridViewProperties |
|
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