aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-a5b0fd32.md
Gets or sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(GridViewFilterRowMode.Auto)]
public GridViewFilterRowMode FilterRowMode { get; set; }
<DefaultValue(GridViewFilterRowMode.Auto)>
Public Property FilterRowMode As GridViewFilterRowMode
| Type | Default | Description |
|---|---|---|
| GridViewFilterRowMode | Auto |
One of the GridViewFilterRowMode enumeration values.
|
Available values:
| Name | Description |
|---|---|
| Auto |
Criteria specified in the filter row is applied automatically.
| | OnClick |
Criteria specified in the filter row is applied on an ‘Apply’ button click.
|
You can access this nested property as listed below:
| Object Type | Path to FilterRowMode |
|---|---|
| ASPxGridView |
.SettingsBehavior .FilterRowMode
| | GridViewProperties |
.SettingsBehavior .FilterRowMode
|
If the ASPxGridViewSettings.ShowFilterRow property is set to true, the Filter Row is displayed at the top of the ASPxGridView data rows. It allows end-users to filter data by typing text directly into the row.
Use the FilterRowMode property to specify the mode used in the filter row:
See Also
Online Demo: Grid - Data Filter Row
ASPxGridViewBehaviorSettings Class